mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
ghidra: update to 9.1.1.
This commit is contained in:
parent
54669553f8
commit
b3a97c84d2
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ghidra'
|
||||
pkgname=ghidra
|
||||
version=9.1
|
||||
version=9.1.1
|
||||
revision=1
|
||||
archs="x86_64*"
|
||||
create_wrksrc=yes
|
||||
|
@ -15,7 +15,7 @@ distfiles="https://github.com/NationalSecurityAgency/ghidra/archive/Ghidra_${ver
|
|||
https://sourceforge.net/projects/catacombae/files/HFSExplorer/0.21/hfsexplorer-0_21-bin.zip
|
||||
https://sourceforge.net/projects/yajsw/files/yajsw/yajsw-stable-12.12/yajsw-stable-12.12.zip
|
||||
https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/android4me/AXMLPrinter2.jar"
|
||||
checksum="1cead115fce1e06ce3646ba3df7eb06a221405322ba2cda6197a6a5ae45dd0e0
|
||||
checksum="6d7a27f120cdc79a7460a44dd0fd2a785f2c83399059ae239eaeb75fff850415
|
||||
7907eb4d6e9280b6e17ddce7ee0507eae2ef161ee29f70a10dbc6944fdca75bc
|
||||
90c9b54798abca5b12f4a678db7d0a4c970f4702cb153c11919536d0014dedbf
|
||||
1398fcb1e93abb19992c4fa06d7fe5758aabb4c45781d7ef306c6f57ca7a7321
|
||||
|
@ -63,7 +63,7 @@ do_build() {
|
|||
do_install() {
|
||||
cd ghidra-Ghidra_${version}_build
|
||||
vmkdir usr/libexec/ghidra
|
||||
bsdtar --strip-components 1 -C ${DESTDIR}/usr/libexec/ghidra -xf build/dist/ghidra_${version}_DEV_$(date -u +%Y%m%d)_linux64.zip
|
||||
bsdtar --strip-components 1 -C ${DESTDIR}/usr/libexec/ghidra -xf build/dist/ghidra_$(echo $version | cut -d. -f1-2)_DEV_$(date -u +%Y%m%d)_linux64.zip
|
||||
vmkdir usr/bin
|
||||
ln -srf /usr/libexec/$pkgname/ghidraRun ${DESTDIR}/usr/bin/ghidra
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue