File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import (
16
16
// |/ \_( # |"
17
17
// C/ ,--___/
18
18
19
- var VERSION string = "0.3.8 "
19
+ var VERSION string = "0.3.9 "
20
20
21
21
func main () {
22
22
// process flags and arguments
Original file line number Diff line number Diff line change 2
2
require 'formula'
3
3
class Pup < Formula
4
4
homepage 'https://github.com/EricChiang/pup'
5
- version '0.3.8 '
5
+ version '0.3.9 '
6
6
7
7
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 '
10
10
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 '
13
13
end
14
14
15
15
def install
You can’t perform that action at this time.
0 commit comments