summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwicast2015-11-17 21:58:25 +0800
committerwicast2015-11-17 21:58:25 +0800
commitf854169cc1e677a8cdeb11025c6ce813376b29ad (patch)
treefe49297621408278022f94d18153d1b93fe2c573
parent2a976230eef7f63017c544ce8e725313f0036cfc (diff)
downloadaur-f854169cc1e677a8cdeb11025c6ce813376b29ad.tar.gz
upgpkg:glide:0.7.2
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5794bafb2dee..11a6f0770981 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=glide-bin
_pkgname=glide
-pkgver=0.7.0
-pkgrel=2
+pkgver=0.7.2
+pkgrel=1
pkgdesc="Simplified Go project management, dependency management, and vendoring."
arch=('x86_64' 'i686')
url=('https://github.com/Masterminds/glide')
@@ -12,8 +12,8 @@ provides=('glide=0.7.0')
conflicts=('glide')
source_x86_64=("https://github.com/Masterminds/glide/releases/download/${pkgver}/${_pkgname}-${pkgver}-linux-amd64.tar.gz")
source_i686=("https://github.com/Masterminds/glide/releases/download/${pkgver}/${_pkgname}-${pkgver}-linux-386.tar.gz")
-md5sums_x86_64=('b2623e8ae001f7acff519ca0ca6ad112')
-md5sums_i686=('10df587fad4b915fe3a9210b21d5b8d8')
+md5sums_x86_64=('f1d6e447645cd8a2a0a18c0dcb003bf5')
+md5sums_i686=('172a0d055c56c982eae3232e678398fa')
if [ "$CARCH" = "i686" ]; then
_PKGARCH=386