diff options
author | Teddy Wing | 2022-05-26 17:17:41 +0200 |
---|---|---|
committer | Teddy Wing | 2022-05-26 17:17:41 +0200 |
commit | 2c2e4991eb69edb2afada72f98919cce0c8082fc (patch) | |
tree | 8c61d675bcbd2628ad851ee6066a426910fcffce | |
parent | 963b8d64f4cc5728d7d1b2ae27d2c02e4d8d5ae9 (diff) | |
download | homebrew-formulae-2c2e4991eb69edb2afada72f98919cce0c8082fc.tar.bz2 |
readline-incdec 0.0.2
-rw-r--r-- | HomebrewFormula/readline-incdec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/HomebrewFormula/readline-incdec.rb b/HomebrewFormula/readline-incdec.rb index 57c6a8a..34352ac 100644 --- a/HomebrewFormula/readline-incdec.rb +++ b/HomebrewFormula/readline-incdec.rb @@ -5,8 +5,8 @@ class ReadlineIncdec < Formula desc "Readline bindings to increment and decrement numbers on the command line" homepage "https://github.com/teddywing/readline-incdec" - url "https://github.com/teddywing/readline-incdec/archive/refs/tags/v0.0.1.tar.gz" - sha256 "e9e28ca126cda963ad8a0792a18e5119884137f60586e700bc7da74bce20e413" + url "https://github.com/teddywing/readline-incdec/archive/refs/tags/v0.0.2.tar.gz" + sha256 "a984f4a29fb4fc15e9d6724a77c693ca73850385e931317e9903816fe0d7efef" def install prefix.install "incdec.bash", "incdec-bindings.bash" |