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

Commit

Permalink
feat(ghr): Release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 31, 2023
1 parent 1c5f402 commit e3bbac4
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.4.0"
version "0.4.1"
license "MIT"

on_macos do
if Hardware::CPU.intel?
url "https://github.com/siketyan/ghr/releases/download/v0.4.0/ghr-x86_64-apple-darwin.tar.gz"
sha256 "f14ede2de28c07a200e9617f3f5693cf7ee5bee0a1dc6fac09549cfa05b13cca"
url "https://github.com/siketyan/ghr/releases/download/v0.4.1/ghr-x86_64-apple-darwin.tar.gz"
sha256 "076b4d17f63ffe11a26e9a29b0e02a4b6c2d7a616aeca106f2b85d0021dfdb7b"
else
url "https://github.com/siketyan/ghr/releases/download/v0.4.0/ghr-aarch64-apple-darwin.tar.gz"
sha256 "cb2645d264be6be73cb3e71f1bcc66127bd769ae07ce135e29dff240389e9de3"
url "https://github.com/siketyan/ghr/releases/download/v0.4.1/ghr-aarch64-apple-darwin.tar.gz"
sha256 "6a26ef028e5330d89323cdc483a628b0887ae845be87a107d1533ca557115eb4"
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.4.0/ghr-x86_64-unknown-linux-gnu.tar.gz"
sha256 "e74401533263de7aae3593b0323d444771ca6b3e1089007f856b5a308b1e769c"
url "https://github.com/siketyan/ghr/releases/download/v0.4.1/ghr-x86_64-unknown-linux-gnu.tar.gz"
sha256 "81d1cb7d3deecb0c3fdf58e02c4f8eb09e36d156ee99ecbd7659f6a2834773a6"
else
url "https://github.com/siketyan/ghr/releases/download/v0.4.0/ghr-aarch64-unknown-linux-gnu.tar.gz"
sha256 "0c2ff30d4e561beecb2f7d860263f7328285911038df68d884020601c8c35217"
url "https://github.com/siketyan/ghr/releases/download/v0.4.1/ghr-aarch64-unknown-linux-gnu.tar.gz"
sha256 "db5f0fcbc99ea5aee657aed87ac88aba50794f7b720e6b25457628609d19736a"
end

def install
Expand Down

0 comments on commit e3bbac4

Please sign in to comment.