summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Weald2016-08-25 09:45:31 +0100
committerSimon Weald2016-08-25 09:45:31 +0100
commitf6f89d71169e68386195f4ed93b5bff66ee07538 (patch)
tree8bd4103fa9d498bb90a32bb7e23b202c4fdbcc18 /PKGBUILD
parent8ff468b1737ea1ae9e0641f92d566d4f1b48843c (diff)
downloadaur-f6f89d71169e68386195f4ed93b5bff66ee07538.tar.gz
bumped package version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fbd4a786ddae..e836c67a2bab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=rclone-bin
_srcname=rclone
-pkgver=1.32
-pkgrel=13
+pkgver=1.33
+pkgrel=14
pkgdesc="Rclone is a command line program to sync files and directories to and from Google Drive, Amazon S3, Openstack Swift / Rackspace cloud files / Memset Memstore, Dropbox, Google Cloud Storage and the local filesystem."
url="http://rclone.org/"
license=('MIT')
@@ -15,10 +15,10 @@ source_i686=("http://downloads.rclone.org/rclone-v$pkgver-linux-386.zip")
source_x86_64=("http://downloads.rclone.org/rclone-v$pkgver-linux-amd64.zip")
source_armv6h=("http://downloads.rclone.org/rclone-v$pkgver-linux-arm.zip")
source_armv7h=("http://downloads.rclone.org/rclone-v$pkgver-linux-arm.zip")
-md5sums_i686=('8ffa0eaa0ceb81641bf25fc2812fe7d0')
-md5sums_x86_64=('c0c29b2eb0e2916d096bb276e775d649')
-md5sums_armv6h=('4475540ba4d731e4d7e454a40f655155')
-md5sums_armv7h=('4475540ba4d731e4d7e454a40f655155')
+md5sums_i686=('95409f7343b829b291388293ea69e26c')
+md5sums_x86_64=('74e74b77d9c98f762d01b39b1b7c8a60')
+md5sums_armv6h=('cd8f7fdab6158860a30b35019a7c86f3')
+md5sums_armv7h=('cd8f7fdab6158860a30b35019a7c86f3')
package() {
mkdir -p $pkgdir/usr/bin || return 1