summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohnathan Jenkins2017-01-23 18:35:29 -0800
committerJohnathan Jenkins2017-01-23 18:35:29 -0800
commitb7f6b8abda82008add8ea32b77b21ccf57b68297 (patch)
tree08a9f073ea9edb3d4d8748d7587799bc7e318cb6 /PKGBUILD
parent17e6389a43bc2733f35e250384a2a7a9eacc2f92 (diff)
downloadaur-b7f6b8abda82008add8ea32b77b21ccf57b68297.tar.gz
0.3.9.1 release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4414ee9f2dc2..d27f25618387 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins <twodopeshaggy@gmail.com>
pkgname=drive
-pkgver=0.3.9
+pkgver=0.3.9.1
pkgrel=1
pkgdesc="Pull or push Google Drive files"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
@@ -12,7 +12,7 @@ makedepends=('go' 'git')
conflicts=('drive-git')
options=('!strip' '!emptydirs')
source=("https://github.com/odeke-em/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('ce7e4dd994c01d4534251c9a31adca34ed89ff6e64045813a7ce5c588ddd04be')
+sha256sums=('562958e336d2f52a34443fc8fbf59d9d2a2467b2bf4592a1d78dc009ade661a7')
prepare() {
mkdir -p "$srcdir/go"