summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c9267ff84b8..db6cdcccfae4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Mon Jan 25 15:45:13 UTC 2016
+# Sat Feb 27 19:32:44 UTC 2016
pkgbase = glide-bin
pkgdesc = Simplified Go project management, dependency management, and vendoring.
- pkgver = 0.8.3
+ pkgver = 0.9.1
pkgrel = 1
url = https://github.com/Masterminds/glide
arch = x86_64
arch = i686
provides = glide=0.8.3
conflicts = glide
- 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
+ source_x86_64 = https://github.com/Masterminds/glide/releases/download/0.9.1/glide-0.9.1-linux-amd64.tar.gz
+ md5sums_x86_64 = 6120ed13c8f048801b255e1f8a4819c3
+ source_i686 = https://github.com/Masterminds/glide/releases/download/0.9.1/glide-0.9.1-linux-386.tar.gz
+ md5sums_i686 = d5e79c06bba6a5119273723d3505ed6e
pkgname = glide-bin
diff --git a/PKGBUILD b/PKGBUILD
index ad49e3be6b64..b222eb315ff6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
pkgname=glide-bin
_pkgname=glide
-pkgver=0.8.3
+pkgver=0.9.1
pkgrel=1
pkgdesc="Simplified Go project management, dependency management, and vendoring."
arch=('x86_64' 'i686')
-url=('https://github.com/Masterminds/glide')
+url='https://github.com/Masterminds/glide'
licence=('MIT')
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=('8797ff19179c9a454adc72e48d6f74a1')
-md5sums_i686=('5481b63f4ade9088ccf8bc685a8c3e49')
+md5sums_x86_64=('6120ed13c8f048801b255e1f8a4819c3')
+md5sums_i686=('d5e79c06bba6a5119273723d3505ed6e')
if [ "$CARCH" = "i686" ]; then
_PKGARCH=386