summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxeptore2025-03-15 01:58:52 +0000
committerxeptore2025-03-15 01:58:52 +0000
commit99a88a8371b50fe1f54e06546bac61c0490fd191 (patch)
tree455795f519285502ab3fa8ceeb871f4119b7b574 /PKGBUILD
parentfda3cb21213094c71563a7bad803cbd0d96bfc24 (diff)
downloadaur-99a88a8371b50fe1f54e06546bac61c0490fd191.tar.gz
Update PKGBUILD and .SRCINFO with GitHub Actions
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 20b6967006e6..edd278d1535c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: xeptore <hello [ at ] xeptore [ dot ] dev>
pkgname=docker-credential-pass-bin
-pkgver=0.9.2
+pkgver=0.9.3
pkgrel=1
pkgdesc='Store docker credentials using the Standard Unix Password Manager (pass)'
arch=('x86_64')
@@ -13,11 +13,11 @@ makedepends=()
provides=("docker-credential-pass")
conflicts=("docker-credential-pass")
source_x86_64=(
- 'docker-credential-pass-v0.9.2.linux-amd64::https://github.com/docker/docker-credential-helpers/releases/download/v0.9.2/docker-credential-pass-v0.9.2.linux-amd64'
- 'LICENSE::https://raw.githubusercontent.com/docker/docker-credential-helpers/v0.9.2/LICENSE'
+ 'docker-credential-pass-v0.9.3.linux-amd64::https://github.com/docker/docker-credential-helpers/releases/download/v0.9.3/docker-credential-pass-v0.9.3.linux-amd64'
+ 'LICENSE::https://raw.githubusercontent.com/docker/docker-credential-helpers/v0.9.3/LICENSE'
)
sha256sums_x86_64=(
- '995f31fba8a5d5cc2f7460181781f1a12cb9077bed9405b93ebbf6117a227d89'
+ 'dc2d864f5f4e4ddfb23ef8e2193626f5f26eee5be1e49ff2a9ba40d4298392e0'
'a6c2a5fdf40879f644bdb0da9042f245e7e263237d623264aafcf2470610ad8c'
)