upgpkg: systemtap 5.1-1
upstream release
This commit is contained in:
parent
5468d9f527
commit
d637a76481
2 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = systemtap
|
||||
pkgdesc = Infrastructure to simplify the gathering of information about the running Linux system
|
||||
pkgver = 5.0
|
||||
pkgrel = 2
|
||||
pkgver = 5.1
|
||||
pkgrel = 1
|
||||
url = https://sourceware.org/systemtap/
|
||||
install = systemtap.install
|
||||
arch = x86_64
|
||||
|
@ -14,10 +14,10 @@ pkgbase = systemtap
|
|||
depends = cpio
|
||||
optdepends = sqlite3: for storing results in a database
|
||||
options = !emptydirs
|
||||
source = https://sourceware.org/ftp/systemtap/releases/systemtap-5.0.tar.gz
|
||||
source = https://sourceware.org/ftp/systemtap/releases/systemtap-5.0.tar.gz.asc
|
||||
source = https://sourceware.org/ftp/systemtap/releases/systemtap-5.1.tar.gz
|
||||
source = https://sourceware.org/ftp/systemtap/releases/systemtap-5.1.tar.gz.asc
|
||||
validpgpkeys = 41A0C11274B1E87FE28E4C53E3D77E1F95161991
|
||||
sha512sums = dc511a05e66abcbbd8c926973962751196180f3c571d0cd2a3b158ae367c5339ad32967a680ecd03224ab5f7ed2c55be7064867e4fb1b1cd7ea1cb21b2436e4c
|
||||
sha512sums = da0fe237d2124031a5786d1221dbb420d90da5497376715fd43a7a9f61a354a229c1128e67ce6becbc012aa3796dc5d337149e239e3c1def0651b179e5bf199f
|
||||
sha512sums = SKIP
|
||||
|
||||
pkgname = systemtap
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
# Contributor: dront78 <dront78@gmail.com>
|
||||
|
||||
pkgname=systemtap
|
||||
pkgver=5.0
|
||||
pkgrel=2
|
||||
pkgver=5.1
|
||||
pkgrel=1
|
||||
pkgdesc="Infrastructure to simplify the gathering of information about the running Linux system"
|
||||
url="https://sourceware.org/systemtap/"
|
||||
arch=('x86_64')
|
||||
|
@ -18,7 +18,7 @@ optdepends=('sqlite3: for storing results in a database')
|
|||
options=('!emptydirs')
|
||||
install="${pkgname}.install"
|
||||
source=("https://sourceware.org/ftp/${pkgname}/releases/${pkgname}-${pkgver}.tar.gz"{,.asc})
|
||||
sha512sums=('dc511a05e66abcbbd8c926973962751196180f3c571d0cd2a3b158ae367c5339ad32967a680ecd03224ab5f7ed2c55be7064867e4fb1b1cd7ea1cb21b2436e4c'
|
||||
sha512sums=('da0fe237d2124031a5786d1221dbb420d90da5497376715fd43a7a9f61a354a229c1128e67ce6becbc012aa3796dc5d337149e239e3c1def0651b179e5bf199f'
|
||||
'SKIP')
|
||||
|
||||
validpgpkeys=('41A0C11274B1E87FE28E4C53E3D77E1F95161991')
|
||||
|
|
Loading…
Reference in a new issue