Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #16 from siketyan/ghr/v0.3.7
Browse files Browse the repository at this point in the history
feat(ghr): Release v0.3.7
  • Loading branch information
siketyan authored Apr 24, 2023
2 parents 84cf88e + 3b1a9c0 commit 4a6fe20
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/ghr.rb
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
class Ghr < Formula
desc "Yet another repository management with auto-attaching profiles"
homepage "https://github.com/siketyan/ghr"
version "0.3.6"
version "0.3.7"
license "MIT"

on_macos do
if Hardware::CPU.intel?
url "https://github.com/siketyan/ghr/releases/download/v0.3.6/ghr-x86_64-apple-darwin.tar.gz"
sha256 "02767aaab38d88551fee836176eb39116697de0ac042dea86b687e6d4f71b123"
url "https://github.com/siketyan/ghr/releases/download/v0.3.7/ghr-x86_64-apple-darwin.tar.gz"
sha256 "5e19907a54cfb2c5cbd0dccc5a0a9594527f0324df69e177d6bde3a63e863863"
else
url "https://github.com/siketyan/ghr/releases/download/v0.3.6/ghr-aarch64-apple-darwin.tar.gz"
sha256 "5348906d35b52c1a9c2a8d71494ca401bbe1b860f62827321c6930495c25eeb3"
url "https://github.com/siketyan/ghr/releases/download/v0.3.7/ghr-aarch64-apple-darwin.tar.gz"
sha256 "ca86ea029cef1b386bd49bb847b3ac5f150c327b3a53610cacff1b3b4a77e6a4"
end

def install
Expand All @@ -20,11 +20,11 @@ def install

on_linux do
if Hardware::CPU.intel?
url "https://github.com/siketyan/ghr/releases/download/v0.3.6/ghr-x86_64-unknown-linux-gnu.tar.gz"
sha256 "77c8443bc77f22b0bf802c57aaec62da561dd086da0eda125fa9f0ac9f9d05d7"
url "https://github.com/siketyan/ghr/releases/download/v0.3.7/ghr-x86_64-unknown-linux-gnu.tar.gz"
sha256 "46e05a48bcf965082918ab59b74098224daa8987127b30d09775ef710e26f95a"
else
url "https://github.com/siketyan/ghr/releases/download/v0.3.6/ghr-aarch64-unknown-linux-gnu.tar.gz"
sha256 "4e0034351f5b058ea64c153bf8c25181d335e1928b4554e257ad54d6270e3b03"
url "https://github.com/siketyan/ghr/releases/download/v0.3.7/ghr-aarch64-unknown-linux-gnu.tar.gz"
sha256 "e0895a602adea9eb77de459f2ca43f68d8f9df0f7663b6459c7dc8076a394804"
end

def install
Expand Down

0 comments on commit 4a6fe20

Please sign in to comment.