summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Weald2016-04-21 11:15:02 +0100
committerSimon Weald2016-04-21 11:15:02 +0100
commit40f7c2671125d434c6eb73c5a9d899af63d110c3 (patch)
tree951a4056e580b69e0f3face61bc06af86dfe7d16
parent2e855d0ce474e78f3ab81e442cbcfcac74428e15 (diff)
downloadaur-40f7c2671125d434c6eb73c5a9d899af63d110c3.tar.gz
version bump to 1.29
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffd3593910db..1dae47f508b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Wed Mar 2 13:16:52 UTC 2016
+# Thu Apr 21 10:13:50 UTC 2016
pkgbase = rclone-bin
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.
- pkgver = 1.28
- pkgrel = 10
+ pkgver = 1.29
+ pkgrel = 11
url = http://rclone.org/
arch = i686
arch = x86_64
license = MIT
- source_i686 = http://downloads.rclone.org/rclone-v1.28-linux-386.zip
- md5sums_i686 = 711be348928f724329362175976277fd
- source_x86_64 = http://downloads.rclone.org/rclone-v1.28-linux-amd64.zip
- md5sums_x86_64 = e9f099b34cd33cb81fb39fdd6e8a26cd
+ source_i686 = http://downloads.rclone.org/rclone-v1.29-linux-386.zip
+ md5sums_i686 = cfdba98fe2045a44293e75471c92e06f
+ source_x86_64 = http://downloads.rclone.org/rclone-v1.29-linux-amd64.zip
+ md5sums_x86_64 = 6fe77aada0dce4c8786836d1233cc967
pkgname = rclone-bin
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