summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIvan Lyapunov2015-10-10 11:05:12 +0300
committerIvan Lyapunov2015-10-10 11:05:12 +0300
commitb20665c2a932a5d3e8ec57b4812dd7a03ea4988d (patch)
tree5f4aaaf7adf892e0f97648648308521625ce58dc /PKGBUILD
parent7401ef4d0e69214323f41f495306b65e7d2408c3 (diff)
downloadaur-b20665c2a932a5d3e8ec57b4812dd7a03ea4988d.tar.gz
2.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 384017551c0a..72070f4f1d0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=systemtap
-pkgver=2.8
+pkgver=2.9
pkgrel=1
pkgdesc="SystemTap provides free software (GPL) infrastructure to simplify the gathering of information about the running Linux system."
url="http://sourceware.org/systemtap/"
@@ -9,7 +9,7 @@ depends=('elfutils' 'nss' 'python2')
makedepends=('gcc')
optdepends=('sqlite3' 'linux-fedora')
source=(http://sourceware.org/systemtap/ftp/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('95034e8243e1f9fd33b765afda06546083df1b7f')
+sha1sums=('37ecbc7445ff34db3c8204b1541f25524a0e8024')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"