summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicoHood2018-03-14 20:37:56 +0100
committerNicoHood2018-03-14 20:37:56 +0100
commit9e6981d6b501c1617efba09b7768720eba429588 (patch)
treee8bd23cf09d2ccb76f1f24fffa168d6c828d8626
parent895bd1fc623174d6e22a749e6b3819f45aacd3e4 (diff)
downloadaur-9e6981d6b501c1617efba09b7768720eba429588.tar.gz
Update 1.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f18276b17fb2..50aa7e3e4aae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gpgit
pkgdesc = A shell script that automates the process of signing Git sources via GPG
- pkgver = 1.3.0
+ pkgver = 1.3.1
pkgrel = 1
epoch = 1
url = https://github.com/NicoHood/gpgit
@@ -13,10 +13,10 @@ pkgbase = gpgit
optdepends = jq: Github API upload
optdepends = curl: Github API upload
optdepends = lzip: Compression option
- source = gpgit-1.3.0.tar.xz::https://github.com/NicoHood/gpgit/releases/download/1.3.0/gpgit-1.3.0.tar.xz
- source = gpgit-1.3.0.tar.xz.asc::https://github.com/NicoHood/gpgit/releases/download/1.3.0/gpgit-1.3.0.tar.xz.asc
+ source = gpgit-1.3.1.tar.xz::https://github.com/NicoHood/gpgit/releases/download/1.3.1/gpgit-1.3.1.tar.xz
+ source = gpgit-1.3.1.tar.xz.asc::https://github.com/NicoHood/gpgit/releases/download/1.3.1/gpgit-1.3.1.tar.xz.asc
validpgpkeys = 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
- sha512sums = a5897575c3306a8a5d89ace6d6eae9374bf006c4f61e87a0939025e9cf11379e63480821edb8ae84f8fc7dc05123bed2382968287e5dc754c49843156949aff1
+ sha512sums = f7e5add7e0e7203088e99367c457e36a85c03d882f84785a2886ce59127352ebe9395e29754c9ba13789bac1f5f6b4eac7b9458972ab4d40b3ac391bdb4c665c
sha512sums = SKIP
pkgname = gpgit
diff --git a/PKGBUILD b/PKGBUILD
index b0be2c69af68..44c7e26892ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
pkgname=gpgit
-pkgver=1.3.0
+pkgver=1.3.1
pkgrel=1
epoch=1
pkgdesc="A shell script that automates the process of signing Git sources via GPG"
@@ -15,7 +15,7 @@ optdepends=('jq: Github API upload'
'lzip: Compression option')
source=("${pkgname}-${pkgver}.tar.xz::https://github.com/NicoHood/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz"
"${pkgname}-${pkgver}.tar.xz.asc::https://github.com/NicoHood/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz.asc")
-sha512sums=('a5897575c3306a8a5d89ace6d6eae9374bf006c4f61e87a0939025e9cf11379e63480821edb8ae84f8fc7dc05123bed2382968287e5dc754c49843156949aff1'
+sha512sums=('f7e5add7e0e7203088e99367c457e36a85c03d882f84785a2886ce59127352ebe9395e29754c9ba13789bac1f5f6b4eac7b9458972ab4d40b3ac391bdb4c665c'
'SKIP')
# NicoHood <archlinux {cat} nicohood {dog} de>
validpgpkeys=('97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161')