upgpkg: systemtap 5.1-1

upstream release
This commit is contained in:
Manuel 2024-05-13 06:56:52 +02:00
parent 5468d9f527
commit d637a76481
Signed by: Manuel
GPG key ID: 4085037435E1F07A
2 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
pkgbase = systemtap pkgbase = systemtap
pkgdesc = Infrastructure to simplify the gathering of information about the running Linux system pkgdesc = Infrastructure to simplify the gathering of information about the running Linux system
pkgver = 5.0 pkgver = 5.1
pkgrel = 2 pkgrel = 1
url = https://sourceware.org/systemtap/ url = https://sourceware.org/systemtap/
install = systemtap.install install = systemtap.install
arch = x86_64 arch = x86_64
@ -14,10 +14,10 @@ pkgbase = systemtap
depends = cpio depends = cpio
optdepends = sqlite3: for storing results in a database optdepends = sqlite3: for storing results in a database
options = !emptydirs options = !emptydirs
source = https://sourceware.org/ftp/systemtap/releases/systemtap-5.0.tar.gz source = https://sourceware.org/ftp/systemtap/releases/systemtap-5.1.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.asc
validpgpkeys = 41A0C11274B1E87FE28E4C53E3D77E1F95161991 validpgpkeys = 41A0C11274B1E87FE28E4C53E3D77E1F95161991
sha512sums = dc511a05e66abcbbd8c926973962751196180f3c571d0cd2a3b158ae367c5339ad32967a680ecd03224ab5f7ed2c55be7064867e4fb1b1cd7ea1cb21b2436e4c sha512sums = da0fe237d2124031a5786d1221dbb420d90da5497376715fd43a7a9f61a354a229c1128e67ce6becbc012aa3796dc5d337149e239e3c1def0651b179e5bf199f
sha512sums = SKIP sha512sums = SKIP
pkgname = systemtap pkgname = systemtap

View file

@ -6,8 +6,8 @@
# Contributor: dront78 <dront78@gmail.com> # Contributor: dront78 <dront78@gmail.com>
pkgname=systemtap pkgname=systemtap
pkgver=5.0 pkgver=5.1
pkgrel=2 pkgrel=1
pkgdesc="Infrastructure to simplify the gathering of information about the running Linux system" pkgdesc="Infrastructure to simplify the gathering of information about the running Linux system"
url="https://sourceware.org/systemtap/" url="https://sourceware.org/systemtap/"
arch=('x86_64') arch=('x86_64')
@ -18,7 +18,7 @@ optdepends=('sqlite3: for storing results in a database')
options=('!emptydirs') options=('!emptydirs')
install="${pkgname}.install" install="${pkgname}.install"
source=("https://sourceware.org/ftp/${pkgname}/releases/${pkgname}-${pkgver}.tar.gz"{,.asc}) source=("https://sourceware.org/ftp/${pkgname}/releases/${pkgname}-${pkgver}.tar.gz"{,.asc})
sha512sums=('dc511a05e66abcbbd8c926973962751196180f3c571d0cd2a3b158ae367c5339ad32967a680ecd03224ab5f7ed2c55be7064867e4fb1b1cd7ea1cb21b2436e4c' sha512sums=('da0fe237d2124031a5786d1221dbb420d90da5497376715fd43a7a9f61a354a229c1128e67ce6becbc012aa3796dc5d337149e239e3c1def0651b179e5bf199f'
'SKIP') 'SKIP')
validpgpkeys=('41A0C11274B1E87FE28E4C53E3D77E1F95161991') validpgpkeys=('41A0C11274B1E87FE28E4C53E3D77E1F95161991')