Skip to content

Commit c723d87

Browse files
author
Brian W. Wolter
committed
Version 1.1
1 parent 1386011 commit c723d87

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

formula/urlencode.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11

22
class Urlencode < Formula
33
homepage "https://github.com/bww/urlencode"
4-
url "https://github.com/bww/urlencode/releases/download/v1.0/urlencode-v1.0-darwin-amd64.tgz"
5-
sha256 "4fcf5164fc01b85ac42b10f783cf59fa5344ee4bec84aed3737671e84ab62eff"
6-
version "v1.0"
4+
url "https://github.com/bww/urlencode/releases/download/v1.1/urlencode-v1.1-darwin-amd64.tgz"
5+
sha256 "f6fb5d69af1c11c00aba3e4ef0093e8e522361ba438318476d904308e80efd9d"
6+
version "v1.1"
77

88
def install
99
system "install", "-d", "#{bin}"
1010
system "install", "-m", "0755", "bin/urlenc", "#{bin}/urlenc"
11-
system "install", "-m", "0755", "bin/urldec", "#{bin}/urldec"
1211
end
1312
end

0 commit comments

Comments
 (0)