summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPaulo Matias2022-12-20 11:26:33 -0300
committerPaulo Matias2022-12-20 11:26:33 -0300
commitd5d32147a4beff0cca83d01fdbcf91ce467ce623 (patch)
tree0255b598c3981df91f5025bdc8ac697edd750f7a /PKGBUILD
parent1d578f6b2c660dfb28aa22612e65fad03c479ada (diff)
downloadaur-d5d32147a4beff0cca83d01fdbcf91ce467ce623.tar.gz
bump pkgver to 1.0.84
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa3f5be8b2b3..23e8d3a183a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Maintainer: Ovi Chis ovi@ovios.org
pkgname=tgt
-pkgver=1.0.80
+pkgver=1.0.84
pkgrel=1
pkgdesc="iSCSI Target STGT for Arch Linux"
arch=('x86_64' 'i686' 'arm')
@@ -10,7 +10,7 @@ depends=('perl-config-general' 'libxslt' 'docbook-xsl')
optdepends=('sg3_utils')
backup=('etc/tgt/targets.conf')
source=(https://github.com/fujita/tgt/archive/v$pkgver.tar.gz)
-md5sums=(SKIP)
+md5sums=('0fda4666ba0d80e64b81c01232555636')
build() {
cd "$srcdir/$pkgname-$pkgver"