rclone: update to 1.71.1

This commit is contained in:
Dirk Stolle 2025-09-25 11:26:23 +02:00
parent 8d1191fcba
commit 21f5399ecd

View File

@ -5,7 +5,7 @@ _librealname=librclone
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}"
"${MINGW_PACKAGE_PREFIX}-${_librealname}")
pkgver=1.71.0
pkgver=1.71.1
pkgrel=1
pkgdesc='Cloud-aware file synchonization utility (mingw-w64)'
arch=('any')
@ -15,6 +15,7 @@ msys2_references=(
'archlinux: rclone'
"cpe: cpe:/a:rclone:rclone"
'gentoo: net-misc/rclone'
'purl: pkg:golang/github.com/rclone/rclone'
)
msys2_repository_url='https://github.com/rclone/rclone/'
msys2_changelog_url='https://rclone.org/changelog/'
@ -26,7 +27,7 @@ makedepends=("git"
"${MINGW_PACKAGE_PREFIX}-tools")
options=('!strip')
source=("https://downloads.rclone.org/v${pkgver}/${_realname}-v${pkgver}.tar.gz")
sha256sums=('96d895cafbc9b976407ed7aaa4b094982f83c7138602cf74cb6856ea0fbc1241')
sha256sums=('be56a44d16cc08c07fa21bd7cd23a77c1b5db5e0750bf59989c6953d5701993f')
build() {
cd "$srcdir/${_realname}-v${pkgver}"