summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ae1f577357c..ffac6ecaefbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pin
pkgdesc = A tool for the dynamic instrumentation of programs
- pkgver = 3.28
+ pkgver = 3.30
pkgrel = 1
url = https://software.intel.com/content/www/us/en/develop/articles/pin-a-dynamic-binary-instrumentation-tool.html
arch = x86_64
@@ -10,9 +10,9 @@ pkgbase = pin
depends = lib32-gcc-libs
options = !strip
options = staticlibs
- source = http://software.intel.com/sites/landingpage/pintool/downloads/pin-3.28-98749-g6643ecee5-gcc-linux.tar.gz
+ source = http://software.intel.com/sites/landingpage/pintool/downloads/pin-3.30-98830-g1d7b601b3-gcc-linux.tar.gz
source = pin.sh
- sha256sums = 5a5a3337f3f16176b97edcd3366b561936e1068fba4ebcfed4b836d81d45847b
+ sha256sums = be4f1130445c3fc4d83b7afad85c421d418f60013c33e8ee457bc7c9c194de1b
sha256sums = 7198073c94e785cbd9002cdd174ab3bb1d28cc4e26626905c12173ad31ae82fc
pkgname = pin
diff --git a/PKGBUILD b/PKGBUILD
index e364906e895c..d5b8f364200a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Roni Choudhury <aichoudh@gmail.com>
pkgname=pin
-pkgver=3.28
-_pkgver=3.28-98749-g6643ecee5
+pkgver=3.30
+_pkgver=3.30-98830-g1d7b601b3
pkgrel=1
pkgdesc="A tool for the dynamic instrumentation of programs"
arch=('x86_64')
@@ -15,7 +15,7 @@ depends=('gcc' 'bash' 'lib32-gcc-libs')
options=('!strip' 'staticlibs')
source=("http://software.intel.com/sites/landingpage/pintool/downloads/${pkgname}-${_pkgver}-gcc-linux.tar.gz"
"pin.sh")
-sha256sums=('5a5a3337f3f16176b97edcd3366b561936e1068fba4ebcfed4b836d81d45847b'
+sha256sums=('be4f1130445c3fc4d83b7afad85c421d418f60013c33e8ee457bc7c9c194de1b'
'7198073c94e785cbd9002cdd174ab3bb1d28cc4e26626905c12173ad31ae82fc')
package() {