diff --git a/Formula/rute-bayar.rb b/Formula/rute-bayar.rb index 9f2af21..24bb76e 100644 --- a/Formula/rute-bayar.rb +++ b/Formula/rute-bayar.rb @@ -1,26 +1,26 @@ class RuteBayar < Formula desc "Payment router CLI and webhook daemon for Indonesian payment gateways" homepage "https://github.com/pendig/rute-bayar" - version "0.1.8" + version "0.1.10" license "MIT" on_macos do if Hardware::CPU.arm? - url "https://github.com/pendig/rute-bayar/releases/download/v#{version}/rutebayar-darwin-arm64" - sha256 "f01ede6cab4b3f432295fd5bd7368701a279bab552094ee1525ca54d5e6dca6e" + url "https://github.com/pendig/rute-bayar/releases/download/v\#{version}/rutebayar-darwin-arm64" + sha256 "83876d8b413fcd2ab224f99f2dcbb30f134b14964ad84b127cd99d3e0a377642" else - url "https://github.com/pendig/rute-bayar/releases/download/v#{version}/rutebayar-darwin-amd64" - sha256 "a04c56c75bdd92775cdad5aaaa7aa06b521f663523b96bd45a5190478bffa175" + url "https://github.com/pendig/rute-bayar/releases/download/v\#{version}/rutebayar-darwin-amd64" + sha256 "5e65ffea50630e1a2c632f86394c72ceeafae161b6b7cd32009c9181cf756d85" end end on_linux do if Hardware::CPU.arm? && Hardware::CPU.is_64_bit? - url "https://github.com/pendig/rute-bayar/releases/download/v#{version}/rutebayar-linux-arm64" - sha256 "aa6aa2a8454192e879da7d2ff4ee97e1b51f5669b11c9f0cfd508a0cffb3896a" + url "https://github.com/pendig/rute-bayar/releases/download/v\#{version}/rutebayar-linux-arm64" + sha256 "ab97666d3642f1372de2ff637aeefc34dd2169be14ae860ca6056e8a156e1eac" else - url "https://github.com/pendig/rute-bayar/releases/download/v#{version}/rutebayar-linux-amd64" - sha256 "a0c7c48fe0467fff629689b5c4df6ad15ebe03a6bd174bdab2110022cc5bdf70" + url "https://github.com/pendig/rute-bayar/releases/download/v\#{version}/rutebayar-linux-amd64" + sha256 "3117a6762740d986ee46079a1257f87b7270a930c09477fc2f702e8e7c46c51a" end end