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 #18 from siketyan/ghr/v0.3.9
Browse files Browse the repository at this point in the history
feat(ghr): Release v0.3.9
  • Loading branch information
siketyan committed Jul 6, 2023
2 parents d861fb9 + 39e9662 commit 6176668
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.8"
version "0.3.9"
license "MIT"

on_macos do
if Hardware::CPU.intel?
url "https://github.com/siketyan/ghr/releases/download/v0.3.8/ghr-x86_64-apple-darwin.tar.gz"
sha256 "924922656cb11ef1172066a50c44f6b56b9ae0c6964ef29f06a2fde18ad40822"
url "https://github.com/siketyan/ghr/releases/download/v0.3.9/ghr-x86_64-apple-darwin.tar.gz"
sha256 "c3b14d1e88cea318a7bd2dcbd0baef7507a18568af9a1a1dce708abdfbce6006"
else
url "https://github.com/siketyan/ghr/releases/download/v0.3.8/ghr-aarch64-apple-darwin.tar.gz"
sha256 "ef92805ca4272af7bfce83f49ba92867ffb0562d8d52bb96eb48672d7a31f51e"
url "https://github.com/siketyan/ghr/releases/download/v0.3.9/ghr-aarch64-apple-darwin.tar.gz"
sha256 "e9d9e6aca124ff415ddb81897d0de7cb65dba23005f910cdbbd029e0e104a948"
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.8/ghr-x86_64-unknown-linux-gnu.tar.gz"
sha256 "72a2f8b795a056ecccfe8c59de6a481b6f4759a2282f272c3e81813f18cbf014"
url "https://github.com/siketyan/ghr/releases/download/v0.3.9/ghr-x86_64-unknown-linux-gnu.tar.gz"
sha256 "8964ac6fe4c3c0e4aa451a1aa62ac3cb86116f43e0bc16234261f6b001ec7844"
else
url "https://github.com/siketyan/ghr/releases/download/v0.3.8/ghr-aarch64-unknown-linux-gnu.tar.gz"
sha256 "939ac4d89b14798101eff31174beb6f9ac3e7c42296228e6813302e57b726a90"
url "https://github.com/siketyan/ghr/releases/download/v0.3.9/ghr-aarch64-unknown-linux-gnu.tar.gz"
sha256 "bf35f2a22f821203838f852f0c7f0732815911638b9ef0555acd4f1a27640383"
end

def install
Expand Down

0 comments on commit 6176668

Please sign in to comment.