Skip to content

Commit

Permalink
Release v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 21, 2023
1 parent 8c3ccd8 commit 0737635
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Formula/wayback.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ class Wayback < Formula
desc "A toolkit for snapshot webpage to Internet Archive, archive.today, IPFS and beyond"
homepage "https://github.com/wabarc"
if Hardware::CPU.intel?
url "https://github.com/wabarc/wayback/releases/download/v0.18.1/wayback-darwin-amd64-0.18.1.tar.gz"
sha256 "6b346ca0fe49b51d637ab89ac3089bb935daa868f9b0c18c2f79fad1f7189644" # Intel
url "https://github.com/wabarc/wayback/releases/download/v0.19.0/wayback-darwin-amd64-0.19.0.tar.gz"
sha256 "3eff3ea31d34dd79d8c500080f3580ef03deed2a91f29d4633e20d27c7d1b938" # Intel
else
url "https://github.com/wabarc/wayback/releases/download/v0.18.1/wayback-darwin-arm64-0.18.1.tar.gz"
sha256 "e7fabbf7b4465ea2366fa143221ed0551e7e11b845d676b108e77297f75e3ee2" # Apple Silicon
url "https://github.com/wabarc/wayback/releases/download/v0.19.0/wayback-darwin-arm64-0.19.0.tar.gz"
sha256 "e6f7ef2475d1bef747673e0abab1c41e5ca30af592555238031b9f4e0a48bb36" # Apple Silicon
end
version "0.18.1"
version "0.19.0"
license "GPL-3.0"

def install
Expand Down

0 comments on commit 0737635

Please sign in to comment.