summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDustin Wilhoit2022-07-27 23:37:01 -0500
committerDustin Wilhoit2022-07-27 23:37:01 -0500
commitc8c881fbca1e841f4d4b95f4493768f0c8295b87 (patch)
tree53aab7d85bdfecfff5a198e80295ec904f97f491
parentd189aee7dca20d035b9a6ff098cd6c23ac361837 (diff)
downloadaur-stenc.tar.gz
Update for v1.1.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d9da5319d1a..154817b63a94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = stenc
pkgdesc = SCSI Tape Encryption Manager
- pkgver = 1.0.8
- pkgrel = 2
+ pkgver = 1.1.1
+ pkgrel = 1
url = https://github.com/scsitape/stenc
arch = i686
arch = x86_64
license = GPLv2
- source = https://github.com/scsitape/stenc/archive/1.0.8.tar.gz
- sha512sums = 4fd882861d248cf59cde1782833bd3e4f7e01e8b6c00424c55f26454a620510b22de0d42f2d7f6c4e67c2b277776a174fe687756a75f410026fda55554f9dc87
+ source = https://github.com/scsitape/stenc/archive/1.1.1.tar.gz
+ sha512sums = 89eb1da2391be207e23d4e3cc6563405272eeb456b59360e92fbeca063badcfcf4c37fc814af59803707006e5c04e43e18755e1d30b0f3b3020a7645396db1a6
pkgname = stenc
diff --git a/PKGBUILD b/PKGBUILD
index 5edf9136b4a8..e31289cf80e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Original Maintainer: Phillip Smith <pkgbuild@phs.id.au> - http://github.com/fukawi2/aur-packages
pkgname=stenc
-pkgver=1.0.8
-pkgrel=2
+pkgver=1.1.1
+pkgrel=1
pkgdesc="SCSI Tape Encryption Manager"
arch=('i686' 'x86_64')
license=('GPLv2')
url="https://github.com/scsitape/stenc"
source=("https://github.com/scsitape/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('4fd882861d248cf59cde1782833bd3e4f7e01e8b6c00424c55f26454a620510b22de0d42f2d7f6c4e67c2b277776a174fe687756a75f410026fda55554f9dc87')
+sha512sums=('89eb1da2391be207e23d4e3cc6563405272eeb456b59360e92fbeca063badcfcf4c37fc814af59803707006e5c04e43e18755e1d30b0f3b3020a7645396db1a6')
build() {
cd "$srcdir"/$pkgname-$pkgver