summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b53df4943485..a8962464e8d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tgt
pkgdesc = iSCSI Target STGT for Arch Linux
- pkgver = 1.0.80
+ pkgver = 1.0.84
pkgrel = 1
url = http://stgt.sourceforge.net/
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = tgt
depends = docbook-xsl
optdepends = sg3_utils
backup = etc/tgt/targets.conf
- source = https://github.com/fujita/tgt/archive/v1.0.80.tar.gz
- md5sums = SKIP
+ source = https://github.com/fujita/tgt/archive/v1.0.84.tar.gz
+ md5sums = 0fda4666ba0d80e64b81c01232555636
pkgname = tgt
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"