Date: Friday, September 23, 2016 @ 07:09:16 Author: felixonmars Revision: 190179
upgpkg: gost 2.1-1 Modified: gost/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-09-23 07:07:25 UTC (rev 190178) +++ PKGBUILD 2016-09-23 07:09:16 UTC (rev 190179) @@ -2,8 +2,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=gost -pkgver=2.0 -_tag=2.0 +pkgver=2.1 pkgrel=1 pkgdesc="GO Simple Tunnel" arch=('i686' 'x86_64') @@ -11,7 +10,7 @@ license=('MIT') depends=('gcc-libs>=5.3.0-3') makedepends=('git' 'mercurial' 'gcc-go') -source=("git+https://github.com/ginuerzh/gost.git#tag=$_tag" +source=("git+https://github.com/ginuerzh/gost.git#tag=$pkgver" LICENSE) md5sums=('SKIP' '24a6686f7498d7af0b51690f712dd618')
