summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO24
-rw-r--r--PKGBUILD12
2 files changed, 18 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40f00821ddf7..13192d4c284b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rclone-bin
pkgdesc = Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox and Google Cloud Storage.
- pkgver = 1.41
+ pkgver = 1.42
pkgrel = 1
url = https://rclone.org/
arch = i686
@@ -12,18 +12,18 @@ pkgbase = rclone-bin
depends = glibc
provides = rclone
conflicts = rclone
- source = https://raw.githubusercontent.com/ncw/rclone/v1.41/COPYING
+ source = https://raw.githubusercontent.com/ncw/rclone/v1.42/COPYING
sha256sums = 8cd2e9e750b90a04b7d82dbbca3930c696ae0309d7c10464f90a44f45754cd04
- source_i686 = https://github.com/ncw/rclone/releases/download/v1.41/rclone-v1.41-linux-386.zip
- sha256sums_i686 = efbd553b17e37f213b8df20f58bd3d07cb440e50c087ebfcce7f9740a13f80c1
- source_x86_64 = https://github.com/ncw/rclone/releases/download/v1.41/rclone-v1.41-linux-amd64.zip
- sha256sums_x86_64 = ae8dee585c013ac0b64dee22cf788d9458f44c536a8edcc45d25f091703c3f2e
- source_armv6h = https://github.com/ncw/rclone/releases/download/v1.41/rclone-v1.41-linux-arm.zip
- sha256sums_armv6h = 91e3a747c64a1f15920cf9a7ea5a59f41d222810eeebaeec186fdefabe96cb20
- source_armv7h = https://github.com/ncw/rclone/releases/download/v1.41/rclone-v1.41-linux-arm.zip
- sha256sums_armv7h = 91e3a747c64a1f15920cf9a7ea5a59f41d222810eeebaeec186fdefabe96cb20
- source_aarch64 = https://github.com/ncw/rclone/releases/download/v1.41/rclone-v1.41-linux-arm64.zip
- sha256sums_aarch64 = 8f57bbd830dec3cada7a7029cbf3ae6d6e001ffaa3a98f4600812ea9baecb2f9
+ source_i686 = https://github.com/ncw/rclone/releases/download/v1.42/rclone-v1.42-linux-386.zip
+ sha256sums_i686 = 7716f7b72bddda78ff15475323215546b4d2b31424416e4e923af31a6b9ac192
+ source_x86_64 = https://github.com/ncw/rclone/releases/download/v1.42/rclone-v1.42-linux-amd64.zip
+ sha256sums_x86_64 = 7a623f60a5995f33cca3ed285210d8701c830f6f34d4dc50d74d75edd6a5bfa6
+ source_armv6h = https://github.com/ncw/rclone/releases/download/v1.42/rclone-v1.42-linux-arm.zip
+ sha256sums_armv6h = 24e4e253176938af5c29553c23bbdc240d84af912014cbad0e7a447d55c1faf6
+ source_armv7h = https://github.com/ncw/rclone/releases/download/v1.42/rclone-v1.42-linux-arm.zip
+ sha256sums_armv7h = 24e4e253176938af5c29553c23bbdc240d84af912014cbad0e7a447d55c1faf6
+ source_aarch64 = https://github.com/ncw/rclone/releases/download/v1.42/rclone-v1.42-linux-arm64.zip
+ sha256sums_aarch64 = 4061821d4a1900f608b74bdc925b5ba4fd101216a740810fe4d61417107ef73a
pkgname = rclone-bin
diff --git a/PKGBUILD b/PKGBUILD
index 53f787d0591d..c2e563b6b1a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=rclone-bin
_srcname=rclone
-pkgver=1.41
+pkgver=1.42
pkgrel=1
pkgdesc="Sync files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox and Google Cloud Storage."
arch=('aarch64')
@@ -25,11 +25,11 @@ source_armv7h=("https://github.com/ncw/rclone/releases/download/v$pkgver/rclone-
source_aarch64=("https://github.com/ncw/rclone/releases/download/v$pkgver/rclone-v$pkgver-linux-arm64.zip")
source=("https://raw.githubusercontent.com/ncw/rclone/v$pkgver/COPYING")
sha256sums=('8cd2e9e750b90a04b7d82dbbca3930c696ae0309d7c10464f90a44f45754cd04')
-sha256sums_i686=('efbd553b17e37f213b8df20f58bd3d07cb440e50c087ebfcce7f9740a13f80c1')
-sha256sums_x86_64=('ae8dee585c013ac0b64dee22cf788d9458f44c536a8edcc45d25f091703c3f2e')
-sha256sums_armv6h=('91e3a747c64a1f15920cf9a7ea5a59f41d222810eeebaeec186fdefabe96cb20')
-sha256sums_armv7h=('91e3a747c64a1f15920cf9a7ea5a59f41d222810eeebaeec186fdefabe96cb20')
-sha256sums_aarch64=('8f57bbd830dec3cada7a7029cbf3ae6d6e001ffaa3a98f4600812ea9baecb2f9')
+sha256sums_i686=('7716f7b72bddda78ff15475323215546b4d2b31424416e4e923af31a6b9ac192')
+sha256sums_x86_64=('7a623f60a5995f33cca3ed285210d8701c830f6f34d4dc50d74d75edd6a5bfa6')
+sha256sums_armv6h=('24e4e253176938af5c29553c23bbdc240d84af912014cbad0e7a447d55c1faf6')
+sha256sums_armv7h=('24e4e253176938af5c29553c23bbdc240d84af912014cbad0e7a447d55c1faf6')
+sha256sums_aarch64=('4061821d4a1900f608b74bdc925b5ba4fd101216a740810fe4d61417107ef73a')
package() {
cd $srcdir/$_srcname-v$pkgver-$_arch