Skip to content

Commit

Permalink
aikup 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
axo-bot committed May 3, 2024
1 parent eec0562 commit 1a20607
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Formula/aikup.rb
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
class Aikup < Formula
desc "Manage multiple versions of aiken"
homepage "https://aiken-lang.org"
version "0.0.3"
version "0.0.4"
if OS.mac?
if Hardware::CPU.arm?
url "https://github.com/aiken-lang/aikup/releases/download/v0.0.3/aikup-aarch64-apple-darwin.tar.gz"
sha256 "057cc7ccdc5164fe2c201060564bcd15f53c12e02fc62b81fa8501128bec5b23"
url "https://github.com/aiken-lang/aikup/releases/download/v0.0.4/aikup-aarch64-apple-darwin.tar.gz"
sha256 "4d08d2d67ec239f12076ea32c5fb4d8d69dc91dfbe6948863f94ccd9fc8914d3"
end
if Hardware::CPU.intel?
url "https://github.com/aiken-lang/aikup/releases/download/v0.0.3/aikup-x86_64-apple-darwin.tar.gz"
sha256 "90adece8da9981cec7d1c732c26343e88605ea4d567b7005ce0c32756f36537e"
url "https://github.com/aiken-lang/aikup/releases/download/v0.0.4/aikup-x86_64-apple-darwin.tar.gz"
sha256 "710e040b6a569913263ece0584514acdc686dc1a69042ccb96933b4686b0ca64"
end
end
if OS.linux?
if Hardware::CPU.intel?
url "https://github.com/aiken-lang/aikup/releases/download/v0.0.3/aikup-x86_64-unknown-linux-gnu.tar.gz"
sha256 "8b5c246951449036d88e1e5b6fca0efdd3f2f9edf7ff26e5599f3654097d5903"
url "https://github.com/aiken-lang/aikup/releases/download/v0.0.4/aikup-x86_64-unknown-linux-gnu.tar.gz"
sha256 "7c25e26c0ac259659800642c43f9d37367d6be660a963b99f4c812125da48491"
end
end
license "Apache-2.0"
Expand Down

0 comments on commit 1a20607

Please sign in to comment.