makedeb


git-secret 0.5.0-1


A bash-tool to store your private data inside a git repository

Click here to go back to the commit logs for git-secret.

Commit:


Hash: b5c1275fe96fcda2e7393be524f1acac7365cef8

Message: Upgraded to 0.5.0

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 95dbb12..d655e61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,15 @@
-generated-by = makedeb-makepkg
-
-pkgbase = git-secret
-	pkgdesc = A bash-tool to store your private data inside a git repository
-	pkgver = 0.4.0
-	pkgrel = 2
-	url = https://github.com/sobolevn/git-secret
-	arch = any
-	license = MIT
-	depends = git
-	depends = gnupg
-	conflicts = git-secret-git
-	conflicts = git-secret-bin
-	source = git+https://github.com/sobolevn/git-secret.git#tag=v0.4.0
-	sha256sums = SKIP
-
+generated-by = makedeb
 pkgname = git-secret
+pkgbase = git-secret
+pkgdesc = A bash-tool to store your private data inside a git repository
+pkgrel = 1
+pkgver = 0.5.0
+url = https://github.com/sobolevn/git-secret
+arch = any
+conflicts = git-secret-git
+conflicts = git-secret-bin
+depends = git
+depends = gnupg
+license = MIT
+source = git+https://github.com/sobolevn/git-secret.git#tag=v0.5.0
+sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8d59219..6f3cfa5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
 
 pkgname="git-secret"
 _gitname="git-secret"
-pkgver="0.4.0"
-pkgrel="2"
+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"