File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 1- VERSION := 1.0.0
2-
31build :
42 go build
53
@@ -9,8 +7,3 @@ install_deps:
97 go get gopkg.in/elazarl/goproxy.v1
108 go get github.com/spf13/cobra
119 go get github.com/spf13/viper
12-
13- dist : BASE := transpac-$(VERSION )
14- dist :
15- rm -f $(BASE ) .tar $(BASE ) .tar.bz2
16- git archive --format=tar.gz --prefix $(BASE ) / -o $(BASE ) .tar.gz HEAD
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ license=('Apache')
1010makedepends=(' go' )
1111options=(' !strip' ' !emptydirs' )
1212install=transpac.install
13- source=(" $url /releases/download/v $pkgver / $pkgname - $pkgver .tar.gz" )
13+ source=(" $url /archive/v $pkgver .tar.gz" )
1414sha256sums=(' 582895d391a7e7cac901bd256dd9bc8f644141e873107b283a7c915e961c0493' )
1515
1616build () {
You can’t perform that action at this time.
0 commit comments