Skip to content

Commit

Permalink
Bump version to 1.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
metanorma-ci committed Mar 25, 2024
1 parent d36e033 commit 6a93e3d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Formula/metanorma-dev.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ class MetanormaDev < Formula
homepage "https://www.metanorma.com"

# > formula-set-version.sh metanorma-cli #
url "https://github.com/metanorma/metanorma-cli/archive/v1.9.4.tar.gz"
sha256 "9dd2c48d603606e7d09355f91c1218f99b0db0de8b1fdb0261aa70671059cc4f"
url "https://github.com/metanorma/metanorma-cli/archive/v1.9.5.tar.gz"
sha256 "acc676604f99bce8eed6ecff3bf449674465ef9c8027d1931c11809dbe2ca797"
# < formula-set-version.sh metanorma-cli #

license "0BSD"
Expand Down
12 changes: 6 additions & 6 deletions Formula/metanorma.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ class Metanorma < Formula
homepage "https://www.metanorma.com"

# > formula-set-version.sh packed-mn #
url "https://github.com/metanorma/packed-mn/archive/v1.9.4.tar.gz"
sha256 "f1855c56dc4eaeda0b25fb4f4c5475c50aad9f976366675e133921fb2ee27b52"
url "https://github.com/metanorma/packed-mn/archive/v1.9.5.tar.gz"
sha256 "0e3ef27c3ba6925ab38aea790ce3c300f1cc086f2d7d609f773b19b782c8120e"
# < formula-set-version.sh packed-mn #

license "0BSD"
Expand All @@ -25,17 +25,17 @@ class Metanorma < Formula
if OS.mac?
resource "packed-mn" do
# > formula-set-version.sh packed-mn-darwin #
url "https://github.com/metanorma/packed-mn/releases/download/v1.9.4/metanorma-darwin-x86_64.tgz"
sha256 "34142e879d7a2fd3fc55d74649dfc12f9875d1869a53aee9282b421a24e3bdda"
url "https://github.com/metanorma/packed-mn/releases/download/v1.9.5/metanorma-darwin-x86_64.tgz"
sha256 "08cb8ddbe16b02deb8d6280e238e6f41ed6a34479daa16f5df2322d11d71e32b"
# < formula-set-version.sh packed-mn-darwin #
end
end

if OS.linux?
resource "packed-mn" do
# > formula-set-version.sh packed-mn-linux #
url "https://github.com/metanorma/packed-mn/releases/download/v1.9.4/metanorma-linux-x86_64.tgz"
sha256 "3c0971c03a9cd879b0dfbd340b8d084790e8283580342c154e68b2b0bae32a38"
url "https://github.com/metanorma/packed-mn/releases/download/v1.9.5/metanorma-linux-x86_64.tgz"
sha256 "45718dbf0b5a638b8da31e6602785a2d6ab7cbfe10577ba5b6c625b16e0ee6f4"
# < formula-set-version.sh packed-mn-linux #
end
end
Expand Down

0 comments on commit 6a93e3d

Please sign in to comment.