summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Noyce Barnham2019-08-29 09:14:49 +0100
committerJoel Noyce Barnham2019-08-29 09:14:49 +0100
commit6e51b0a38ea15ff58fd4ff1ab0dd8b64c15832cb (patch)
tree10d183630018cd224932ace690c926ac010d637e
parentb1bd2349348a9ab1a6c9bf930f7f498d9c9c9025 (diff)
downloadaur-6e51b0a38ea15ff58fd4ff1ab0dd8b64c15832cb.tar.gz
Upgrade to version 0.6.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c67235d3c5a4..d61463821919 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.6.2
+ pkgver = 0.6.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 = docker-credential-helpers-0.6.2.tar.gz::https://github.com/docker/docker-credential-helpers/releases/download/v0.6.2/docker-credential-pass-v0.6.2-amd64.tar.gz
- source = LICENSE::https://raw.githubusercontent.com/docker/docker-credential-helpers/v0.6.2/LICENSE
- sha512sums = 299e604a910410b599cb4649ce08853348466cb4fd7c6870e41c6999f8fa2b6c7747d7b98cb687c66c7d66da0c07e3fb5c330a13d82d40d58a16160690ff4dc1
+ source = docker-credential-helpers-0.6.3.tar.gz::https://github.com/docker/docker-credential-helpers/releases/download/v0.6.3/docker-credential-pass-v0.6.3-amd64.tar.gz
+ source = LICENSE::https://raw.githubusercontent.com/docker/docker-credential-helpers/v0.6.3/LICENSE
+ sha512sums = a7cb4560996f6dab6705b02a6c45b14702a4a4ed7fb77821adef7b43f6de4582be5668ca9feae3edd6da9ffaa73719159d3a961b90ed41dd548915ce2cb62d13
sha512sums = ed166979b8cd757a3ca5e39093d8e56fe86be78e820de8da5cb9eb8e92f7b5715ce38f58548c2cb8ea6b22451ad40efc3f5bc0b811dc2d50c61c2c38c9ebc562
pkgname = docker-credential-pass-bin
diff --git a/PKGBUILD b/PKGBUILD
index f5d4810a7f82..f31043699a8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Joel Noyce Barnham <joelnbarnham@gmail.com>
pkgname=docker-credential-pass-bin
-pkgver=0.6.2
+pkgver=0.6.3
pkgrel=1
pkgdesc="Store docker credentials using the Standard Unix Password Manager (pass)"
arch=(x86_64)
@@ -12,7 +12,7 @@ provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
source=("docker-credential-helpers-$pkgver.tar.gz::${url}/releases/download/v${pkgver}/docker-credential-pass-v${pkgver}-amd64.tar.gz"
"LICENSE::https://raw.githubusercontent.com/docker/docker-credential-helpers/v${pkgver}/LICENSE")
-sha512sums=('299e604a910410b599cb4649ce08853348466cb4fd7c6870e41c6999f8fa2b6c7747d7b98cb687c66c7d66da0c07e3fb5c330a13d82d40d58a16160690ff4dc1'
+sha512sums=('a7cb4560996f6dab6705b02a6c45b14702a4a4ed7fb77821adef7b43f6de4582be5668ca9feae3edd6da9ffaa73719159d3a961b90ed41dd548915ce2cb62d13'
'ed166979b8cd757a3ca5e39093d8e56fe86be78e820de8da5cb9eb8e92f7b5715ce38f58548c2cb8ea6b22451ad40efc3f5bc0b811dc2d50c61c2c38c9ebc562')
noextract=()