summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2023-11-18 13:26:15 -0500
committerChris Severance2023-11-18 13:26:15 -0500
commit6c6ee6052f0e9688f673bef1f9f442f1bb020fce (patch)
tree78c03a5fd6e78b9411b3a4e34f3add13f7191ddb
parentc924af371827249deda05514a87ab4d0bf933d09 (diff)
downloadaur-duck.tar.gz
autu: Update to 8.7.1.40770-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4496128822a..a987741ffc88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = duck
pkgdesc = Cyberduck CLI file transfer client for WebDAV HTTPS FTP-SSL SFTP Azure Backblaze B2 Google Cloud Drive Amazon S3 OpenStack Swift Rackspace DRACOON Dropbox OneDrive SharePoint
- pkgver = 8.6.3.40040
+ pkgver = 8.7.1.40770
pkgrel = 1
url = https://duck.sh/
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = duck
depends = libglvnd
depends = gdk-pixbuf2
options = !strip
- source = https://dist.duck.sh/duck-8.6.3.40040-1.x86_64.rpm
- md5sums = 73f945033d05edc5c4d6e99c7f6524db
- sha256sums = f12afad669ba7e14dedb6af42fbcf76ba7cb3ebc5d1412474155b96a7b7a87d1
+ source = https://dist.duck.sh/duck-8.7.1.40770-1.x86_64.rpm
+ md5sums = 97369ce042d9d59c5f0678c8995ad25f
+ sha256sums = de5055fd90e23de58b98a8a4ffb227cbf36568cba43657d831d57ab5b39a7f99
pkgname = duck
diff --git a/PKGBUILD b/PKGBUILD
index e42b1b0e39d0..bfda68f36545 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,13 @@
# Previous Maintainer: Matthew Gamble
pkgname='duck'
-pkgver='8.6.3.40040'
+pkgver='8.7.1.40770'
pkgrel='1'
pkgdesc='Cyberduck CLI file transfer client for WebDAV HTTPS FTP-SSL SFTP Azure Backblaze B2 Google Cloud Drive Amazon S3 OpenStack Swift Rackspace DRACOON Dropbox OneDrive SharePoint'
arch=('x86_64')
license=('GPL')
options=('!strip')
+# https://dist.duck.sh/
url='https://duck.sh/'
depends=(
'java-runtime'
@@ -22,8 +23,8 @@ depends=(
)
source=("https://dist.duck.sh/${pkgname}-${pkgver}-1.${CARCH}.rpm")
#source=("https://repo.cyberduck.io/stable/x86_64/$pkgname-$pkgver-1.$CARCH.rpm")
-md5sums=('73f945033d05edc5c4d6e99c7f6524db')
-sha256sums=('f12afad669ba7e14dedb6af42fbcf76ba7cb3ebc5d1412474155b96a7b7a87d1')
+md5sums=('97369ce042d9d59c5f0678c8995ad25f')
+sha256sums=('de5055fd90e23de58b98a8a4ffb227cbf36568cba43657d831d57ab5b39a7f99')
package() {
cp -pR 'opt' "${pkgdir}/opt"