gitice 2.0.4

This commit is contained in:
axo bot 2023-11-02 20:58:41 +00:00
parent 040c03029d
commit 8dd8e38c38
1 changed files with 5 additions and 5 deletions

View File

@ -2,13 +2,13 @@ class Gitice < Formula
desc "Freeze your local git repositories for easy restoration"
homepage "https://github.com/msfjarvis/gitice"
if Hardware::CPU.type == :arm
url "https://github.com/msfjarvis/gitice/releases/download/v2.0.3/gitice-aarch64-apple-darwin.tar.xz"
sha256 "c07fce503731c126bc4fc729d3681ded47d64ca50037c3aa43a44fb80800e94e"
url "https://github.com/msfjarvis/gitice/releases/download/v2.0.4/gitice-aarch64-apple-darwin.tar.xz"
sha256 "c53092439cbad8cf6a0f69262c42bc8262123e23f3f276bbe81b5f36fe376af3"
else
url "https://github.com/msfjarvis/gitice/releases/download/v2.0.3/gitice-x86_64-apple-darwin.tar.xz"
sha256 "0983b0e59b3b3cb5aa405d5188e9ecc04f15200be72d7fb6a950919adc39d8b7"
url "https://github.com/msfjarvis/gitice/releases/download/v2.0.4/gitice-x86_64-apple-darwin.tar.xz"
sha256 "11f9cae87d01ee7d411153791e606f742f5b3e0ac8d37f062b78117620267faf"
end
version "2.0.3"
version "2.0.4"
license "MIT/Apache-2.0"
def install