summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Weald2015-08-28 11:21:10 +0100
committerSimon Weald2015-08-28 11:21:10 +0100
commit029ac8faddb47f918e67b2f1d3084549e5bd23f4 (patch)
tree4b96818d0f9c05d6ba66746ce3d578bd1e404be8
parent5e5dc187045240357d1c966d97835a37bda90bcc (diff)
downloadaur-029ac8faddb47f918e67b2f1d3084549e5bd23f4.tar.gz
updated to v1.19
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c06dd406aabb..0010c4f0fedd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = rclone
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.18
- pkgrel = 5
+ pkgver = 1.19
+ pkgrel = 6
url = http://rclone.org/
arch = i686
arch = x86_64
license = MIT
- source_i686 = http://downloads.rclone.org/rclone-v1.18-linux-386.zip
- md5sums_i686 = befefcdb661f730ea3a0e612354fde84
- source_x86_64 = http://downloads.rclone.org/rclone-v1.18-linux-amd64.zip
- md5sums_x86_64 = 295e28ae16ec5ab2b3e9aebc2e36bf05
+ source_i686 = http://downloads.rclone.org/rclone-v1.19-linux-386.zip
+ md5sums_i686 = 276e8efeba22e6c11d8b7fa1001aa6d4
+ source_x86_64 = http://downloads.rclone.org/rclone-v1.19-linux-amd64.zip
+ md5sums_x86_64 = 3d70bf70fcf0c301b9cc58e12c4f1261
pkgname = rclone
diff --git a/PKGBUILD b/PKGBUILD
index d47c5ef83bad..3ae86fe57f2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Simon Weald <simon[at]simonweald[dot]com>
pkgname=rclone
-pkgver=1.18
-pkgrel=5
+pkgver=1.19
+pkgrel=6
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=('befefcdb661f730ea3a0e612354fde84')
-md5sums_x86_64=('295e28ae16ec5ab2b3e9aebc2e36bf05')
+md5sums_i686=('276e8efeba22e6c11d8b7fa1001aa6d4')
+md5sums_x86_64=('3d70bf70fcf0c301b9cc58e12c4f1261')
package() {
mkdir -p $pkgdir/usr/bin || return 1