summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Nielsen2018-10-19 00:36:19 +1000
committerAdam Nielsen2018-10-19 00:39:57 +1000
commitbd6cb3cc0792411d4ec0864eecbc815abc8cc629 (patch)
tree3744ed7fd57f21614ab4f9006b83b752bf0f9c58
parent1485282982a5e2e228aa150ebee4164147b3c218 (diff)
downloadaur-bd6cb3cc0792411d4ec0864eecbc815abc8cc629.tar.gz
Update to 4.27
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD18
2 files changed, 18 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3523e6674a45..97c9037a9acb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jun 30 23:36:40 UTC 2017
+# Thu Oct 18 14:39:41 UTC 2018
pkgbase = hpltt
pkgdesc = HP Library & Tape Tools - diagnostics for HP tape drives
- pkgver = 4.22
- pkgrel = 3
+ pkgver = 4.27
+ pkgrel = 1
url = https://www.hpe.com/us/en/product-catalog/storage/storage-software/pip.406729.html
arch = i686
arch = x86_64
@@ -11,12 +11,12 @@ pkgbase = hpltt
makedepends = libarchive
depends = ncurses5-compat-libs
options = !strip
- source_i686 = ftp://ftp.hp.com/pub/softlib/software13/COL21415/co-170909-1/hpe_ltt422_linux_x86.tar
- md5sums_i686 = d1a03385f9ee94c9b6f36a37dae7cadb
- sha256sums_i686 = b72727911bc146e2951a2793607ae2a859045690b38d11de0457af0bbbce587f
- source_x86_64 = ftp://ftp.hp.com/pub/softlib/software13/COL21415/co-170907-1/hpe_ltt422_linux_x86_64.tar
- md5sums_x86_64 = 92e82d741b893b24a84eb40c2c2922a1
- sha256sums_x86_64 = 486390e230a0d04d0514975c3da24cae6404882e021f589f68a22709c61c72f9
+ source_i686 = https://downloads.hpe.com/pub/softlib2/software1/pubsw-generic/p1910951539/v157632/hpe_ltt427_linux_x86.tar
+ md5sums_i686 = 55af0106931e1103a3465620a2c4070c
+ sha256sums_i686 = 4b44f54476878de411809f933eefd746de7b6ec035a28e46049ea1903c6adc91
+ source_x86_64 = https://downloads.hpe.com/pub/softlib2/software1/pubsw-generic/p1910951539/v157632/hpe_ltt427_linux_x86_64.tar
+ md5sums_x86_64 = 210b04e444dc821744e7ffa431bd119b
+ sha256sums_x86_64 = d5cf5745759fea7dacaed725758f16a02c5b766b6648c93b6811942a720758d5
pkgname = hpltt
diff --git a/PKGBUILD b/PKGBUILD
index 2d5e90e6d488..e702a3052be5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
#
pkgname=hpltt
-pkgver=4.22
-pkgrel=3
+pkgver=4.27
+pkgrel=1
pkgdesc="HP Library & Tape Tools - diagnostics for HP tape drives"
arch=('i686' 'x86_64')
url="https://www.hpe.com/us/en/product-catalog/storage/storage-software/pip.406729.html"
@@ -16,16 +16,16 @@ makedepends=('libarchive')
depends=('ncurses5-compat-libs')
options=(!strip)
-source_i686=('ftp://ftp.hp.com/pub/softlib/software13/COL21415/co-170909-1/hpe_ltt422_linux_x86.tar')
-md5sums_i686=('d1a03385f9ee94c9b6f36a37dae7cadb')
-sha256sums_i686=('b72727911bc146e2951a2793607ae2a859045690b38d11de0457af0bbbce587f')
+source_i686=('https://downloads.hpe.com/pub/softlib2/software1/pubsw-generic/p1910951539/v157632/hpe_ltt427_linux_x86.tar')
+md5sums_i686=('55af0106931e1103a3465620a2c4070c')
+sha256sums_i686=('4b44f54476878de411809f933eefd746de7b6ec035a28e46049ea1903c6adc91')
-source_x86_64=('ftp://ftp.hp.com/pub/softlib/software13/COL21415/co-170907-1/hpe_ltt422_linux_x86_64.tar')
-md5sums_x86_64=('92e82d741b893b24a84eb40c2c2922a1')
-sha256sums_x86_64=('486390e230a0d04d0514975c3da24cae6404882e021f589f68a22709c61c72f9')
+source_x86_64=('https://downloads.hpe.com/pub/softlib2/software1/pubsw-generic/p1910951539/v157632/hpe_ltt427_linux_x86_64.tar')
+md5sums_x86_64=('210b04e444dc821744e7ffa431bd119b')
+sha256sums_x86_64=('d5cf5745759fea7dacaed725758f16a02c5b766b6648c93b6811942a720758d5')
package() {
- bsdtar -x -f ltt-*.rpm || (error "Multiple .rpm files in source folder, please clean remnants from earlier build (delete $srcdir and use makepkg -c in future)" ; exit 1)
+ bsdtar -x -f hpeltt-*.rpm || (error "Multiple .rpm files in source folder, please clean remnants from earlier build (delete $srcdir and use makepkg -c in future)" ; exit 1)
mv opt "$pkgdir/"
install -d "$pkgdir/usr/bin"