Skip to content

Commit 4db9ea1

Browse files
committed
update formula automatically
1 parent 6d9b9b5 commit 4db9ea1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Formula/versatiles.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class Versatiles < Formula
22
desc "A toolbox for converting, checking and serving map tiles in various formats."
33
homepage "https://github.com/versatiles-org/versatiles-rs"
4-
version "2.0.0"
4+
version "2.0.1"
55
license "MIT"
66

77
on_arm do
8-
url "https://github.com/versatiles-org/versatiles-rs/releases/download/v2.0.0/versatiles-macos-aarch64.tar.gz"
9-
sha256 "1d0096a908493ce5b60347b236b59fe01f715541569e47c3ab85e9c47a506bdf"
8+
url "https://github.com/versatiles-org/versatiles-rs/releases/download/v2.0.1/versatiles-macos-aarch64.tar.gz"
9+
sha256 "67c91e73ccd36a7d132d661d562328f907cd8f2f560d689368eac4544f387256"
1010
end
1111

1212
on_intel do
13-
url "https://github.com/versatiles-org/versatiles-rs/releases/download/v2.0.0/versatiles-macos-x86_64.tar.gz"
14-
sha256 "f9fe74663cb989d117beee4a9e64a96037c34728c88124d1167addfb56887583"
13+
url "https://github.com/versatiles-org/versatiles-rs/releases/download/v2.0.1/versatiles-macos-x86_64.tar.gz"
14+
sha256 "1b09db924788a2ad7b7f1213a7be79742bd50cfd6a7d620b2dc9dac067d3e7fd"
1515
end
1616

1717
def install

0 commit comments

Comments
 (0)