diff options
author | Teddy Wing | 2021-04-18 17:16:19 +0200 |
---|---|---|
committer | Teddy Wing | 2021-04-18 17:16:19 +0200 |
commit | 1fdd68d4b84d7895be7784fe8274f17d2faf4d64 (patch) | |
tree | cdc651e6b240b0c77b0b6e787119a1b0ea2433d4 | |
parent | 6446b2e99979ea08ef2f27b935a7af6c84afc4dd (diff) | |
download | homebrew-formulae-1fdd68d4b84d7895be7784fe8274f17d2faf4d64.tar.bz2 |
formurapid 0.0.2
-rw-r--r-- | HomebrewFormula/formurapid.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/HomebrewFormula/formurapid.rb b/HomebrewFormula/formurapid.rb index 8f0f688..3d90089 100644 --- a/HomebrewFormula/formurapid.rb +++ b/HomebrewFormula/formurapid.rb @@ -5,8 +5,8 @@ class Formurapid < Formula desc "Fill in a PDF form using a text file" homepage "https://github.com/teddywing/formurapid" - url "https://github.com/teddywing/formurapid/releases/download/v0.0.1/formurapid_0.0.1_x86_64-apple-darwin.tar.bz2" - sha256 "4c66ad4098712f10d19b04c998071cd8de334b1bc5ac10fb6cb48b4446f03dd0" + url "https://github.com/teddywing/formurapid/releases/download/v0.0.2/formurapid_0.0.2_x86_64-apple-darwin.tar.bz2" + sha256 "e4b1cb0086d3f0b223f39ec068944ceb2b91af145341c32a6e4c15aa2a49a92d" def install bin.install Dir["bin/*"] |