diff options
author | xeptore | 2025-03-15 01:58:52 +0000 |
---|---|---|
committer | xeptore | 2025-03-15 01:58:52 +0000 |
commit | 99a88a8371b50fe1f54e06546bac61c0490fd191 (patch) | |
tree | 455795f519285502ab3fa8ceeb871f4119b7b574 /PKGBUILD | |
parent | fda3cb21213094c71563a7bad803cbd0d96bfc24 (diff) | |
download | aur-99a88a8371b50fe1f54e06546bac61c0490fd191.tar.gz |
Update PKGBUILD and .SRCINFO with GitHub Actions
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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' ) |