summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEduard Kracmar2015-07-24 14:20:47 +0200
committerSimon Weald2015-08-25 10:59:39 +0100
commit1d0d90a6573ab9c3b81cfc0245064b5d25268a20 (patch)
treee3f981692309a4f629a2564b7933a61a2552f932 /PKGBUILD
parent8992396a40631650caf2c88ed21d9a40c3ebb8bb (diff)
downloadaur-1d0d90a6573ab9c3b81cfc0245064b5d25268a20.tar.gz
v1.17
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2b19a65bd36..658b83f9081a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Eduard Kracmar <eduard[at]adaptiware[dot]company>
pkgname=rclone
-pkgver=1.14
+pkgver=1.17
pkgrel=4
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/"
@@ -11,8 +11,8 @@ _arch='linux-386'
[ "$CARCH" = 'x86_64' ] && _arch='linux-amd64'
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")
-md5sums_i686=('f86052086f0a135a209a644cf6f726ce')
-md5sums_x86_64=('18bab6c8b5064761d8b1fecf1941205e')
+md5sums_i686=('ca834b465bda75f0cfc0c5acf971865d')
+md5sums_x86_64=('0211308a4df37c70eb5761b5f8bd00a1')
package() {
mkdir -p $pkgdir/usr/bin || return 1