Skip to content

Commit d9c0bfb

Browse files
committed
Update Homebrew formula for 0.50.0
1 parent e42fee9 commit d9c0bfb

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

HomebrewFormula/verifpal.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
class Verifpal < Formula
55
desc "Cryptographic protocol analysis for students and engineers."
66
homepage "https://verifpal.com"
7-
version "0.40.2"
7+
version "0.50.0"
88

99
on_macos do
1010
if Hardware::CPU.intel?
11-
url "https://github.com/symbolicsoft/verifpal/releases/download/v0.40.2/verifpal_0.40.2_darwin_amd64.zip"
12-
sha256 "1fb7ccc9a629f5b0aded9cd11c80771f849215daa7660fed6ed9e9f4da76116d"
11+
url "https://github.com/symbolicsoft/verifpal/releases/download/v0.50.0/verifpal_0.50.0_darwin_amd64.zip"
12+
sha256 "c68da01bb891fef75a41f46dc06e7759001968154bc21d72e700b45a5873acf3"
1313

1414
def install
1515
bin.install "verifpal"
1616
end
1717
end
1818
if Hardware::CPU.arm?
19-
url "https://github.com/symbolicsoft/verifpal/releases/download/v0.40.2/verifpal_0.40.2_darwin_arm64.zip"
20-
sha256 "0233e3aa8a1b3811e5355594960d85e5c33a31311360ea9c2e91011ea523d9e5"
19+
url "https://github.com/symbolicsoft/verifpal/releases/download/v0.50.0/verifpal_0.50.0_darwin_arm64.zip"
20+
sha256 "536a4668a37eb0659c277d0f08204246db05c4e0c6f5acfb48195193950c0c6c"
2121

2222
def install
2323
bin.install "verifpal"
@@ -27,15 +27,15 @@ def install
2727

2828
on_linux do
2929
if Hardware::CPU.intel? && Hardware::CPU.is_64_bit?
30-
url "https://github.com/symbolicsoft/verifpal/releases/download/v0.40.2/verifpal_0.40.2_linux_amd64.zip"
31-
sha256 "ad393281c392bccdb03b38caab051a517bb155cb17f171b2ee37a9db00ea250a"
30+
url "https://github.com/symbolicsoft/verifpal/releases/download/v0.50.0/verifpal_0.50.0_linux_amd64.zip"
31+
sha256 "754a894e8507788db9dab23c851768a07ab56a4bfbbd33986f939d4ba1e1750e"
3232
def install
3333
bin.install "verifpal"
3434
end
3535
end
3636
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
37-
url "https://github.com/symbolicsoft/verifpal/releases/download/v0.40.2/verifpal_0.40.2_linux_arm64.zip"
38-
sha256 "e0a80500f5125307724c34beb329e3309a4ebf55ace352c57891b893ab68c0f8"
37+
url "https://github.com/symbolicsoft/verifpal/releases/download/v0.50.0/verifpal_0.50.0_linux_arm64.zip"
38+
sha256 "5fcfa8b83b8defb8d634e05bcadc13feebef8fc3ea5016688aabb73691bef8ed"
3939
def install
4040
bin.install "verifpal"
4141
end

0 commit comments

Comments
 (0)