summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4eb3745191f..30308afd74fe 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.22
- pkgrel = 7
+ pkgver = 1.23
+ pkgrel = 8
url = http://rclone.org/
arch = i686
arch = x86_64
license = MIT
- source_i686 = http://downloads.rclone.org/rclone-v1.22-linux-386.zip
- md5sums_i686 = f6fbf43309f840edeba69a8b2d59d63c
- source_x86_64 = http://downloads.rclone.org/rclone-v1.22-linux-amd64.zip
- md5sums_x86_64 = 94550e9471623a40c24c413949b68742
+ source_i686 = http://downloads.rclone.org/rclone-v1.23-linux-386.zip
+ md5sums_i686 = 189cb87002084c42534b2c2d9e5beeab
+ source_x86_64 = http://downloads.rclone.org/rclone-v1.23-linux-amd64.zip
+ md5sums_x86_64 = e33fe68ced1263c8e056effd99c49ad4
pkgname = rclone
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