summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxeptore2025-03-15 01:58:52 +0000
committerxeptore2025-03-15 01:58:52 +0000
commit99a88a8371b50fe1f54e06546bac61c0490fd191 (patch)
tree455795f519285502ab3fa8ceeb871f4119b7b574
parentfda3cb21213094c71563a7bad803cbd0d96bfc24 (diff)
downloadaur-docker-credential-pass-bin.tar.gz
Update PKGBUILD and .SRCINFO with GitHub Actions
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7267d5561867..d3679e730a48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = docker-credential-pass-bin
pkgdesc = Store docker credentials using the Standard Unix Password Manager (pass)
- pkgver = 0.9.2
+ pkgver = 0.9.3
pkgrel = 1
url = https://github.com/docker/docker-credential-helpers
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = docker-credential-pass-bin
depends = pass
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
- source_x86_64 = LICENSE::https://raw.githubusercontent.com/docker/docker-credential-helpers/v0.9.2/LICENSE
- sha256sums_x86_64 = 995f31fba8a5d5cc2f7460181781f1a12cb9077bed9405b93ebbf6117a227d89
+ source_x86_64 = 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
+ source_x86_64 = LICENSE::https://raw.githubusercontent.com/docker/docker-credential-helpers/v0.9.3/LICENSE
+ sha256sums_x86_64 = dc2d864f5f4e4ddfb23ef8e2193626f5f26eee5be1e49ff2a9ba40d4298392e0
sha256sums_x86_64 = a6c2a5fdf40879f644bdb0da9042f245e7e263237d623264aafcf2470610ad8c
pkgname = docker-credential-pass-bin
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'
)