summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Weald2016-04-21 11:15:02 +0100
committerSimon Weald2016-04-21 11:15:02 +0100
commit40f7c2671125d434c6eb73c5a9d899af63d110c3 (patch)
tree951a4056e580b69e0f3face61bc06af86dfe7d16 /PKGBUILD
parent2e855d0ce474e78f3ab81e442cbcfcac74428e15 (diff)
downloadaur-40f7c2671125d434c6eb73c5a9d899af63d110c3.tar.gz
version bump to 1.29
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fdd006769410..17f7fd9d1ccc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=rclone-bin
_srcname=rclone
-pkgver=1.28
-pkgrel=10
+pkgver=1.29
+pkgrel=11
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')
@@ -12,8 +12,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=('711be348928f724329362175976277fd')
-md5sums_x86_64=('e9f099b34cd33cb81fb39fdd6e8a26cd')
+md5sums_i686=('cfdba98fe2045a44293e75471c92e06f')
+md5sums_x86_64=('6fe77aada0dce4c8786836d1233cc967')
package() {
mkdir -p $pkgdir/usr/bin || return 1