summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Eyolfson2018-01-28 19:54:40 -0500
committerJon Eyolfson2018-01-28 19:54:40 -0500
commitd13e8e4498d5dd453d3e38214b4c9ce0ec997cd1 (patch)
tree0412d66f80a19d6ebd6c6488132d1258d85b40b3
parent094aed547f98b3793cdfdd2478598fa46f346a7f (diff)
downloadaur-d13e8e4498d5dd453d3e38214b4c9ce0ec997cd1.tar.gz
Update to 3.5.r97503
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bb7e6b40873..29651a123803 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pin
pkgdesc = A tool for the dynamic instrumentation of programs
- pkgver = 3.0.r76991
+ pkgver = 3.5.r97503
pkgrel = 1
url = http://www.pintool.org
arch = x86_64
@@ -10,9 +10,9 @@ pkgbase = pin
depends = lib32-gcc-libs>=4.4.7
options = !strip
options = staticlibs
- source = http://software.intel.com/sites/landingpage/pintool/downloads/pin-3.0-76991-gcc-linux.tar.gz
+ source = http://software.intel.com/sites/landingpage/pintool/downloads/pin-3.5-97503-gac534ca30-gcc-linux.tar.gz
source = pin.sh
- sha256sums = 68fe4bc525790d48c51f1f8375589fc8a21654ed2e443bb8cc08d19d5b3d7c6e
+ sha256sums = 6c78f804d2bfd9091a3e16c8a6c758e63fd46c0d7d26ec94436337abda3d2070
sha256sums = 7198073c94e785cbd9002cdd174ab3bb1d28cc4e26626905c12173ad31ae82fc
pkgname = pin
diff --git a/PKGBUILD b/PKGBUILD
index dbf0eba00605..edd178a4f3f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Roni Choudhury <aichoudh@gmail.com>
pkgname=pin
-pkgver=3.0.r76991
-_pkgver=3.0-76991
+pkgver=3.5.r97503
+_pkgver=3.5-97503-gac534ca30
pkgrel=1
pkgdesc="A tool for the dynamic instrumentation of programs"
arch=('x86_64')
@@ -14,7 +14,7 @@ depends=('gcc>=4.4.7' 'bash' 'lib32-gcc-libs>=4.4.7')
options=('!strip' 'staticlibs')
source=("http://software.intel.com/sites/landingpage/pintool/downloads/${pkgname}-${_pkgver}-gcc-linux.tar.gz"
"pin.sh")
-sha256sums=('68fe4bc525790d48c51f1f8375589fc8a21654ed2e443bb8cc08d19d5b3d7c6e'
+sha256sums=('6c78f804d2bfd9091a3e16c8a6c758e63fd46c0d7d26ec94436337abda3d2070'
'7198073c94e785cbd9002cdd174ab3bb1d28cc4e26626905c12173ad31ae82fc')
package() {