diff options
author | Johannes Dewender | 2014-08-28 21:14:25 +0200 |
---|---|---|
committer | Johannes Dewender | 2014-08-28 21:14:25 +0200 |
commit | 9141a34776fd8aecb99f24cef9d086969d132e3a (patch) | |
tree | ae77b0ec1dd27ed0407a09ad722e579bf132bd75 | |
parent | 9050214493a28f185de6b57e092430f28639a1b5 (diff) | |
download | aur-9141a34776fd8aecb99f24cef9d086969d132e3a.tar.gz |
targetcli-fb: 2.1.fb36
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 5 |
2 files changed, 5 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = targetcli-fb pkgdesc = free branch of the targetcli LIO administration shell (iSCSI + Co) - pkgver = 2.1.fb35 + pkgver = 2.1.fb36 pkgrel = 1 url = https://github.com/agrover/targetcli-fb arch = any @@ -9,8 +9,8 @@ pkgbase = targetcli-fb depends = python-rtslib-fb>=2.1.fb47 depends = python-configshell-fb>=1.1.fb12 provides = targetcli - source = https://fedorahosted.org/releases/t/a/targetcli-fb/targetcli-fb-2.1.fb35.tar.gz - md5sums = 4d662f860755dacbf0371db93ed73ada + source = https://fedorahosted.org/releases/t/a/targetcli-fb/targetcli-fb-2.1.fb36.tar.gz + sha256sums = 6fce7c702c7b121ee900cfacef77234bad012cd97f9b256852f179afe29974aa pkgname = targetcli-fb @@ -1,8 +1,7 @@ # Contributor: Johannes Dewender arch at JonnyJD dot net pkgname=targetcli-fb -pkgver=2.1.fb35 +pkgver=2.1.fb36 pkgrel=1 -epoch= pkgdesc="free branch of the targetcli LIO administration shell (iSCSI + Co)" arch=('any') url="https://github.com/agrover/targetcli-fb" @@ -17,7 +16,6 @@ backup=() options=() install= source=(https://fedorahosted.org/releases/t/a/targetcli-fb/$pkgname-$pkgver.tar.gz) -md5sums=('4d662f860755dacbf0371db93ed73ada') build() { @@ -34,3 +32,4 @@ package() { } # vim:set ts=2 sw=2 et: +sha256sums=('6fce7c702c7b121ee900cfacef77234bad012cd97f9b256852f179afe29974aa') |