summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWinston Astrachan2021-05-06 11:13:43 -0400
committerWinston Astrachan2021-05-06 11:13:43 -0400
commitfbd2872254857454e864f801f8c0474d327e675c (patch)
tree9271f2bcf1322c7bc72abd0d204b31b24a28308d
parent2e54380daa239470ba04f69384f10cffc3e44352 (diff)
downloadaur-fbd2872254857454e864f801f8c0474d327e675c.tar.gz
upgpkg: git-secret 0.4.0-1
upstream release build: update git-secret version
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e0b43b71b89..7b4ca8f83b63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = git-secret
pkgdesc = A bash-tool to store your private data inside a git repository
- pkgver = 0.3.3
+ pkgver = 0.4.0
pkgrel = 1
url = https://github.com/sobolevn/git-secret/
arch = any
license = MIT
- makedepends = ruby-ronn
depends = git
depends = gnupg
- source = LICENSE::https://raw.githubusercontent.com/sobolevn/git-secret/v0.3.3/LICENSE.md
- source = git-secret-0.3.3::https://github.com/sobolevn/git-secret/archive/v0.3.3.tar.gz
+ source = LICENSE::https://raw.githubusercontent.com/sobolevn/git-secret/v0.4.0/LICENSE.md
+ source = git-secret-0.4.0::https://github.com/sobolevn/git-secret/archive/v0.4.0.tar.gz
sha256sums = bc950a06cb1ba74afe4815dadb2f9e4639542de2894c6838924676981672d483
- sha256sums = d8c19a5cbd174e95484a4233605985dd3b060a8a83d14d41c3bad1d534c6ab39
+ sha256sums = 83d16930c6e5d659800703ba9b5e1c73cd9f07619d954d26c23af2e36a59a4b2
pkgname = git-secret
diff --git a/PKGBUILD b/PKGBUILD
index 1cba596605cc..b1e64f769b3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,18 @@
# Contributor: Ibrahim Tunali <ibrahimtunali at gmail dot com>
pkgname=git-secret
-pkgver=0.3.3
+pkgver=0.4.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/'
license=('MIT')
depends=('git' 'gnupg')
-makedepends=('ruby-ronn')
source=("LICENSE::https://raw.githubusercontent.com/sobolevn/git-secret/v${pkgver}/LICENSE.md"
"${pkgname}-${pkgver}::https://github.com/sobolevn/git-secret/archive/v${pkgver}.tar.gz"
)
sha256sums=('bc950a06cb1ba74afe4815dadb2f9e4639542de2894c6838924676981672d483'
- 'd8c19a5cbd174e95484a4233605985dd3b060a8a83d14d41c3bad1d534c6ab39'
-)
+ '83d16930c6e5d659800703ba9b5e1c73cd9f07619d954d26c23af2e36a59a4b2')
build() {
cd "$srcdir/git-secret-${pkgver}"