summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunYoung Gwak2021-03-01 13:02:56 -0800
committerJunYoung Gwak2021-03-01 13:02:56 -0800
commit922e799cd560210544c26eb2c559fe41804a2a22 (patch)
tree6bb8c3c3e33ad123c508d2914f96335979b9d042
parent1b3b5b73e672c551a16d30d3c4f47b5efc8a8c2b (diff)
downloadaur-922e799cd560210544c26eb2c559fe41804a2a22.tar.gz
Update to v1.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0b2c6accb96..bef551f7e5ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = git-remote-gcrypt
pkgdesc = A git remote helper for GPG-encrypted remotes.
- pkgver = 1.3
+ pkgver = 1.4
pkgrel = 1
url = https://spwhitton.name/tech/code/git-remote-gcrypt/
arch = any
@@ -14,8 +14,8 @@ pkgbase = git-remote-gcrypt
optdepends = curl: sftp backend support
optdepends = rclone: rclone backend support
conflicts = git-remote-gcrypt-git
- source = https://git.spwhitton.name/git-remote-gcrypt/snapshot/git-remote-gcrypt-1.3.tar.gz
- sha256sums = e1948dda848db845db404e4337b07206c96cb239b66392fd1c9c246279c2cb25
+ source = https://git.spwhitton.name/git-remote-gcrypt/snapshot/git-remote-gcrypt-1.4.tar.gz
+ sha256sums = 12567395bbbec0720d20ec0f89f6f54a7fae4cafedab0fc917164f0deb6b1ef5
pkgname = git-remote-gcrypt
diff --git a/PKGBUILD b/PKGBUILD
index 3bf8679ffa89..ecd7827ba88f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Sebastian Jug <seb@stianj.ug>
pkgname='git-remote-gcrypt'
-pkgver='1.3'
+pkgver='1.4'
pkgrel=1
pkgdesc='A git remote helper for GPG-encrypted remotes.'
arch=(any)
@@ -16,7 +16,7 @@ optdepends=('rsync: rsync backend support'
'rclone: rclone backend support')
conflicts=(git-remote-gcrypt-git)
source=("https://git.spwhitton.name/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('e1948dda848db845db404e4337b07206c96cb239b66392fd1c9c246279c2cb25')
+sha256sums=('12567395bbbec0720d20ec0f89f6f54a7fae4cafedab0fc917164f0deb6b1ef5')
package() {
cd "$srcdir/$pkgname-$pkgver"