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 #17 from siketyan/ghr/v0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
siketyan authored Apr 25, 2023
2 parents 4a6fe20 + 3ee6e2d commit d861fb9
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.7"
version "0.3.8"
license "MIT"

on_macos do
if Hardware::CPU.intel?
url "https://github.com/siketyan/ghr/releases/download/v0.3.7/ghr-x86_64-apple-darwin.tar.gz"
sha256 "5e19907a54cfb2c5cbd0dccc5a0a9594527f0324df69e177d6bde3a63e863863"
url "https://github.com/siketyan/ghr/releases/download/v0.3.8/ghr-x86_64-apple-darwin.tar.gz"
sha256 "924922656cb11ef1172066a50c44f6b56b9ae0c6964ef29f06a2fde18ad40822"
else
url "https://github.com/siketyan/ghr/releases/download/v0.3.7/ghr-aarch64-apple-darwin.tar.gz"
sha256 "ca86ea029cef1b386bd49bb847b3ac5f150c327b3a53610cacff1b3b4a77e6a4"
url "https://github.com/siketyan/ghr/releases/download/v0.3.8/ghr-aarch64-apple-darwin.tar.gz"
sha256 "ef92805ca4272af7bfce83f49ba92867ffb0562d8d52bb96eb48672d7a31f51e"
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.7/ghr-x86_64-unknown-linux-gnu.tar.gz"
sha256 "46e05a48bcf965082918ab59b74098224daa8987127b30d09775ef710e26f95a"
url "https://github.com/siketyan/ghr/releases/download/v0.3.8/ghr-x86_64-unknown-linux-gnu.tar.gz"
sha256 "72a2f8b795a056ecccfe8c59de6a481b6f4759a2282f272c3e81813f18cbf014"
else
url "https://github.com/siketyan/ghr/releases/download/v0.3.7/ghr-aarch64-unknown-linux-gnu.tar.gz"
sha256 "e0895a602adea9eb77de459f2ca43f68d8f9df0f7663b6459c7dc8076a394804"
url "https://github.com/siketyan/ghr/releases/download/v0.3.8/ghr-aarch64-unknown-linux-gnu.tar.gz"
sha256 "939ac4d89b14798101eff31174beb6f9ac3e7c42296228e6813302e57b726a90"
end

def install
Expand Down

0 comments on commit d861fb9

Please sign in to comment.