summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbluemeda2016-04-17 11:00:45 +0700
committerbluemeda2016-04-17 11:00:45 +0700
commit3533adb645a0b9b28498a3a39e05d9e7353a845c (patch)
treeed4bf97bb634b1814955b78ccc9ab65dd39546cd
parent8c46252f0950c035032e30ec6f4807c6a00ccd2d (diff)
downloadaur-3533adb645a0b9b28498a3a39e05d9e7353a845c.tar.gz
2.1.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 672cedc31abf..dd055e87900e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gdrive-bin
pkgdesc = Command line utility for uploading and downloading single files to your Google Drive
- pkgver = 2.0.1
+ pkgver = 2.1.0
pkgrel = 1
url = https://github.com/prasmussen/gdrive
arch = x86_64
@@ -9,10 +9,10 @@ pkgbase = gdrive-bin
provides = gdrive
conflicts = gdrive
conflicts = gdrive-git
- source_x86_64 = gdrive::https://docs.google.com/uc?id=0B3X9GlR6EmbnWksyTEtCM0VfaFE&export=download
- sha1sums_x86_64 = c636778c4a2c76e47ac731c142f4219a19c30263
- source_i686 = gdrive::https://docs.google.com/uc?id=0B3X9GlR6EmbnbndOUW50ZVllZ3M&export=download
- sha1sums_i686 = 0968993e4a70a594e0f315034640fd811977e4f1
+ source_x86_64 = gdrive::https://docs.google.com/uc?id=0B3X9GlR6EmbnQ0FtZmJJUXEyRTA&export=download
+ sha1sums_x86_64 = 4fd8391b300cac45963e53da44dcfe68da08d843
+ source_i686 = gdrive::https://docs.google.com/uc?id=0B3X9GlR6EmbnLV92dHBpTkFhTEU&export=download
+ sha1sums_i686 = de9f49565fc62552fe862f08f84694ab4653adc2
pkgname = gdrive-bin
diff --git a/PKGBUILD b/PKGBUILD
index 64bb07d83c70..221494cc23af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: bluemeda <affif[dot]bluemeda[at]gmail[dot]com>
pkgname=gdrive-bin
_pkgname=gdrive
-pkgver=2.0.1
+pkgver=2.1.0
pkgrel=1
pkgdesc="Command line utility for uploading and downloading single files to your Google Drive"
arch=('x86_64' 'i686')
@@ -9,10 +9,10 @@ url="https://github.com/prasmussen/gdrive"
license=('MIT')
provides=('gdrive')
conflicts=('gdrive' 'gdrive-git')
-source_i686=("$_pkgname::https://docs.google.com/uc?id=0B3X9GlR6EmbnbndOUW50ZVllZ3M&export=download")
-source_x86_64=("$_pkgname::https://docs.google.com/uc?id=0B3X9GlR6EmbnWksyTEtCM0VfaFE&export=download")
-sha1sums_i686=('0968993e4a70a594e0f315034640fd811977e4f1')
-sha1sums_x86_64=('c636778c4a2c76e47ac731c142f4219a19c30263')
+source_i686=("$_pkgname::https://docs.google.com/uc?id=0B3X9GlR6EmbnLV92dHBpTkFhTEU&export=download")
+source_x86_64=("$_pkgname::https://docs.google.com/uc?id=0B3X9GlR6EmbnQ0FtZmJJUXEyRTA&export=download")
+sha1sums_i686=('de9f49565fc62552fe862f08f84694ab4653adc2')
+sha1sums_x86_64=('4fd8391b300cac45963e53da44dcfe68da08d843')
package() {