diff options
-rw-r--r-- | .SRCINFO | 12 | ||||
-rw-r--r-- | PKGBUILD | 8 | ||||
-rw-r--r-- | bindiff.install | 2 |
3 files changed, 11 insertions, 11 deletions
@@ -1,6 +1,6 @@ pkgbase = bindiff pkgdesc = A comparison tool for binary files that assists vulnerability researchers and engineers to quickly find differences and similarities in disassembled code. - pkgver = 5 + pkgver = 6 pkgrel = 1 url = https://www.zynamics.com/bindiff.html install = bindiff.install @@ -9,11 +9,11 @@ pkgbase = bindiff depends = desktop-file-utils depends = java-runtime>=8 options = !strip - backup = etc/opt/bindiff/bindiff_core.xml - backup = etc/opt/bindiff/bindiff_ui.xml - source = https://dl.google.com/dl/zynamics/bindiff_5_amd64.deb - source = https://dl.google.com/dl/zynamics/bindiff_5_amd64.deb.asc - sha256sums = cd859562803f58331fee5f0741e081edd2a470914fa9c60ef3db6fe06f058bc4 + backup = etc/opt/bindiff/bindiff.xml + source = https://storage.googleapis.com/bindiff-releases/bindiff_6_amd64.deb + source = https://storage.googleapis.com/bindiff-releases/bindiff_6_amd64.deb.asc + validpgpkeys = EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796 + sha256sums = f84dacaccfeb7d2ba34cfac711457be7f3a3c963470ed7b639615f9142ffde8d sha256sums = SKIP pkgname = bindiff @@ -1,7 +1,7 @@ # Maintainer: David Manouchehri <manouchehri@riseup.net> pkgname=bindiff -pkgver=5 +pkgver=6 pkgrel=1 pkgdesc="A comparison tool for binary files that assists vulnerability researchers and engineers to quickly find differences and similarities in disassembled code." arch=('x86_64') @@ -10,9 +10,9 @@ license=('custom') depends=('desktop-file-utils' 'java-runtime>=8') options=('!strip') install=${pkgname}.install -backup=("etc/opt/${pkgname}"/bindiff_{core,ui}.xml) -source=("https://dl.google.com/dl/zynamics/bindiff_${pkgver}_amd64.deb"{,.asc}) -sha256sums=('cd859562803f58331fee5f0741e081edd2a470914fa9c60ef3db6fe06f058bc4' +backup=("etc/opt/${pkgname}/bindiff.xml") +source=("https://storage.googleapis.com/bindiff-releases/bindiff_${pkgver}_amd64.deb"{,.asc}) +sha256sums=('f84dacaccfeb7d2ba34cfac711457be7f3a3c963470ed7b639615f9142ffde8d' 'SKIP') validpgpkeys=('EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796') # Google Inc. (Linux Packages Signing Authority) diff --git a/bindiff.install b/bindiff.install index 01a6006215f..34543d9c6d8 100644 --- a/bindiff.install +++ b/bindiff.install @@ -1,6 +1,6 @@ post_install() { # Setup install location in config file. - sed -i 's/BINDIFF_DIR/\/opt\/bindiff\//' /etc/opt/bindiff/bindiff_core.xml + sed -i 's/BINDIFF_DIR/\/opt\/bindiff\//' /etc/opt/bindiff/bindiff.xml # Add application launcher to desktop DB update-desktop-database -q |