summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Weald2015-08-28 11:21:10 +0100
committerSimon Weald2015-08-28 11:21:10 +0100
commit029ac8faddb47f918e67b2f1d3084549e5bd23f4 (patch)
tree4b96818d0f9c05d6ba66746ce3d578bd1e404be8 /PKGBUILD
parent5e5dc187045240357d1c966d97835a37bda90bcc (diff)
downloadaur-029ac8faddb47f918e67b2f1d3084549e5bd23f4.tar.gz
updated to v1.19
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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