Skip to content

Commit 07dad51

Browse files
committed
0.3.9
1 parent 7e986d5 commit 07dad51

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pup.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
// |/ \_( # |"
1717
// C/ ,--___/
1818

19-
var VERSION string = "0.3.8"
19+
var VERSION string = "0.3.9"
2020

2121
func main() {
2222
// process flags and arguments

pup.rb

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
require 'formula'
33
class Pup < Formula
44
homepage 'https://github.com/EricChiang/pup'
5-
version '0.3.8'
5+
version '0.3.9'
66

77
if Hardware.is_64_bit?
8-
url 'https://github.com/EricChiang/pup/releases/download/v0.3.8/pup_darwin_amd64.zip'
9-
sha1 '4416b12c1022b8c7edb0a68d616cebb3d1cc48f2'
8+
url 'https://github.com/EricChiang/pup/releases/download/v0.3.9/pup_darwin_amd64.zip'
9+
sha1 'cc7cfc54567eb5b6d6ffdb1784e5c8e462845cca'
1010
else
11-
url 'https://github.com/EricChiang/pup/releases/download/v0.3.8/pup_darwin_386.zip'
12-
sha1 'a8cc3125f4b57772905d5a6d7451a761aba8b033'
11+
url 'https://github.com/EricChiang/pup/releases/download/v0.3.9/pup_darwin_386.zip'
12+
sha1 'f83ddac28176bcaca8f80e8182064f7cef62595b'
1313
end
1414

1515
def install

0 commit comments

Comments
 (0)