summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwicast2016-01-25 23:46:02 +0800
committerwicast2016-01-25 23:46:02 +0800
commit6547456c666b3b742408027e4b71566191b28a66 (patch)
treeae7c3c6dcd1b40ca152e9b52b96b085b2a8fbdfc
parent254f89c3c8a43593c12321c1c00e3534e62c0321 (diff)
downloadaur-6547456c666b3b742408027e4b71566191b28a66.tar.gz
upgpkg:glide:0.8.3
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e05002c660b..4c9267ff84b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,18 @@
+# Generated by mksrcinfo v8
+# Mon Jan 25 15:45:13 UTC 2016
pkgbase = glide-bin
pkgdesc = Simplified Go project management, dependency management, and vendoring.
- pkgver = 0.7.2
+ pkgver = 0.8.3
pkgrel = 1
url = https://github.com/Masterminds/glide
arch = x86_64
arch = i686
- provides = glide=0.7.0
+ provides = glide=0.8.3
conflicts = glide
- source_x86_64 = https://github.com/Masterminds/glide/releases/download/0.7.2/glide-0.7.2-linux-amd64.tar.gz
- md5sums_x86_64 = f1d6e447645cd8a2a0a18c0dcb003bf5
- source_i686 = https://github.com/Masterminds/glide/releases/download/0.7.2/glide-0.7.2-linux-386.tar.gz
- md5sums_i686 = 172a0d055c56c982eae3232e678398fa
+ source_x86_64 = https://github.com/Masterminds/glide/releases/download/0.8.3/glide-0.8.3-linux-amd64.tar.gz
+ md5sums_x86_64 = 8797ff19179c9a454adc72e48d6f74a1
+ source_i686 = https://github.com/Masterminds/glide/releases/download/0.8.3/glide-0.8.3-linux-386.tar.gz
+ md5sums_i686 = 5481b63f4ade9088ccf8bc685a8c3e49
pkgname = glide-bin
diff --git a/PKGBUILD b/PKGBUILD
index 11a6f0770981..ad49e3be6b64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
pkgname=glide-bin
_pkgname=glide
-pkgver=0.7.2
+pkgver=0.8.3
pkgrel=1
pkgdesc="Simplified Go project management, dependency management, and vendoring."
arch=('x86_64' 'i686')
url=('https://github.com/Masterminds/glide')
licence=('MIT')
-provides=('glide=0.7.0')
+provides=('glide=0.8.3')
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=('f1d6e447645cd8a2a0a18c0dcb003bf5')
-md5sums_i686=('172a0d055c56c982eae3232e678398fa')
+md5sums_x86_64=('8797ff19179c9a454adc72e48d6f74a1')
+md5sums_i686=('5481b63f4ade9088ccf8bc685a8c3e49')
if [ "$CARCH" = "i686" ]; then
_PKGARCH=386