summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Weald2015-10-09 19:02:08 +0100
committerSimon Weald2015-10-09 19:02:08 +0100
commitf45e8f0dc3625847b4d767d25530e50eac0fd354 (patch)
tree59f076955dde77ee4a734098ca3b5a1834fa6da6 /PKGBUILD
parentef7a9c502a469dac23bd39bd0df419193b961970 (diff)
downloadaur-f45e8f0dc3625847b4d767d25530e50eac0fd354.tar.gz
updated to 1.23
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb3435f76d47..61d12bff1a97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Simon Weald <simon[at]simonweald[dot]com>
pkgname=rclone
-pkgver=1.22
-pkgrel=7
+pkgver=1.23
+pkgrel=8
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=('f6fbf43309f840edeba69a8b2d59d63c')
-md5sums_x86_64=('94550e9471623a40c24c413949b68742')
+md5sums_i686=('189cb87002084c42534b2c2d9e5beeab')
+md5sums_x86_64=('e33fe68ced1263c8e056effd99c49ad4')
package() {
mkdir -p $pkgdir/usr/bin || return 1