summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2018-03-04 07:50:56 +0100
committeractionless2018-03-04 07:50:56 +0100
commitabd3248c10487a0ab71df6c40418dbe77d2b0beb (patch)
treed3fa378a8243efebcdab1c0ef8e0c0eef1df2b4c
parent4cd51b57c61f789216ccf227d114d2717a52b7d0 (diff)
downloadaur-abd3248c10487a0ab71df6c40418dbe77d2b0beb.tar.gz
update to 1.1.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 474fd17554bc..789cc97e098f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
-# Generated by mksrcinfo v8
-# Sun Sep 3 01:48:00 UTC 2017
pkgbase = pass-extension-tail
pkgdesc = A pass extension to avoid printing the password to the console .
- pkgver = 1.1.0
+ pkgver = 1.1.1
pkgrel = 1
url = https://github.com/palortoff/pass-extension-tail
arch = any
license = GPL3
depends = pass
- source = https://github.com/palortoff/pass-extension-tail/archive/v1.1.0.tar.gz
- sha512sums = SKIP
+ source = https://github.com/palortoff/pass-extension-tail/archive/v1.1.1.tar.gz
+ sha512sums = f7746da93486be9d30e920cc2f0590d14d7a6126a30737e5973c27db60e1c76f557777f2ed12825f8ee10712b9217dd7c1f408c9a5990edf3daaaa78c754b650
pkgname = pass-extension-tail
diff --git a/PKGBUILD b/PKGBUILD
index 79b4e13ad2ae..bedf281d60d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yauheni Kirylau <actionless.loveless@gmail.com>
pkgname='pass-extension-tail'
-pkgver=1.1.0
+pkgver=1.1.1
pkgrel=1
pkgdesc='A pass extension to avoid printing the password to the console .'
arch=('any')
@@ -9,7 +9,7 @@ url='https://github.com/palortoff/pass-extension-tail'
license=('GPL3')
depends=('pass')
source=(https://github.com/palortoff/pass-extension-tail/archive/v${pkgver}.tar.gz)
-sha512sums=('SKIP')
+sha512sums=('f7746da93486be9d30e920cc2f0590d14d7a6126a30737e5973c27db60e1c76f557777f2ed12825f8ee10712b9217dd7c1f408c9a5990edf3daaaa78c754b650')
package() {
cd "${srcdir}/pass-extension-tail-${pkgver}/"