[arch-commits] Commit in ropgadget/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Wed May 22 22:22:21 UTC 2019


    Date: Wednesday, May 22, 2019 @ 22:22:19
  Author: anthraxx
Revision: 468811

upgpkg: ropgadget 5.7-1

Modified:
  ropgadget/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-22 22:21:48 UTC (rev 468810)
+++ PKGBUILD	2019-05-22 22:22:19 UTC (rev 468811)
@@ -3,8 +3,8 @@
 
 pkgname=ropgadget
 _pkgname=ROPgadget
-pkgver=5.4
-pkgrel=2
+pkgver=5.7
+pkgrel=1
 pkgdesc='Search gadgets in binaries to facilitate ROP exploitation for several file formats and architectures'
 url='http://www.shell-storm.org/project/ROPgadget'
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('python-capstone')
 makedepends=('python-setuptools')
 source=(${pkgname}-${pkgver}.tar.gz::https://github.com/JonathanSalwan/${_pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('7b3777ccce10000e1cf1fadedd4010f05ae21d5794c45994d380eebecb8876c203899cc30716a677e3c31b575898d7fad763d66c502432f3a4dc4493ad4ae0da')
+sha512sums=('ec7036395dd97327fbfc46df0f6d97aaf074be903caaae36757f5e02510b7bcf15c3b055caac4ee6b7c88c5c4efcebb80ec94b14d069c5743fd5b116e32acd85')
 
 prepare() {
   cd ${_pkgname}-${pkgver}
@@ -26,7 +26,7 @@
 
 check() {
   cd ${_pkgname}-${pkgver}
-  ./ROPgadget.py --binary ./test-suite-binaries/elf-Linux-x86 --string "main"||:
+  ./ROPgadget.py --binary ./test-suite-binaries/elf-Linux-x86 --string "main"
 }
 
 package() {



More information about the arch-commits mailing list