summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWinston Astrachan2022-06-05 11:19:06 -0400
committerWinston Astrachan2022-06-05 11:19:06 -0400
commit0beab3750e19f52548c3647cebbcfb7c431d78da (patch)
treec63dc3c91da4ae02aec0357f6014d32e50464729
parentc53b64ddfcd4adfac882625e3156972be25c52b8 (diff)
downloadaur-0beab3750e19f52548c3647cebbcfb7c431d78da.tar.gz
upgpkg: git-secret 0.5.0-1
upstream release build: upgrade git-secret to 0.5.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f17e32326118..b29f4f3cc1f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = git-secret
pkgdesc = A bash-tool to store your private data inside a git repository
- pkgver = 0.4.0
- pkgrel = 3
+ pkgver = 0.5.0
+ pkgrel = 1
url = https://github.com/sobolevn/git-secret/
arch = any
license = MIT
depends = git
depends = gnupg
- source = LICENSE::https://raw.githubusercontent.com/sobolevn/git-secret/v0.4.0/LICENSE.md
- source = git-secret-0.4.0.tar.gz::https://github.com/sobolevn/git-secret/archive/v0.4.0.tar.gz
+ source = LICENSE::https://raw.githubusercontent.com/sobolevn/git-secret/v0.5.0/LICENSE.md
+ source = git-secret-0.5.0.tar.gz::https://github.com/sobolevn/git-secret/archive/v0.5.0.tar.gz
sha256sums = bc950a06cb1ba74afe4815dadb2f9e4639542de2894c6838924676981672d483
- sha256sums = ae17bfda88eb77e8f07c5f16d833792a3a14adc9c5d2bbc840f28538c62f08ba
+ sha256sums = 1cba04a59c8109389079b479c1bf5719b595e799680e10d35ce9aa091cb752af
pkgname = git-secret
diff --git a/PKGBUILD b/PKGBUILD
index 4628b95fcf7d..173e4df6e9cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Ibrahim Tunali <ibrahimtunali at gmail dot com>
pkgname=git-secret
-pkgver=0.4.0
-pkgrel=3
+pkgver=0.5.0
+pkgrel=1
pkgdesc='A bash-tool to store your private data inside a git repository'
arch=('any')
url='https://github.com/sobolevn/git-secret/'
@@ -12,7 +12,7 @@ depends=('git' 'gnupg')
source=("LICENSE::https://raw.githubusercontent.com/sobolevn/git-secret/v${pkgver}/LICENSE.md"
"${pkgname}-${pkgver}.tar.gz::https://github.com/sobolevn/git-secret/archive/v${pkgver}.tar.gz")
sha256sums=('bc950a06cb1ba74afe4815dadb2f9e4639542de2894c6838924676981672d483'
- 'ae17bfda88eb77e8f07c5f16d833792a3a14adc9c5d2bbc840f28538c62f08ba')
+ '1cba04a59c8109389079b479c1bf5719b595e799680e10d35ce9aa091cb752af')
build() {
cd "$srcdir/git-secret-${pkgver}"