update to 9.4.260714
This commit is contained in:
parent
9760afb39f
commit
6671ba2c09
2 changed files with 12 additions and 12 deletions
14
.SRCINFO
14
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = ida-pro-patched
|
||||
pkgdesc = Hex-Rays IDA Pro
|
||||
pkgver = 9.3.260213
|
||||
pkgver = 9.4.260714
|
||||
pkgrel = 2
|
||||
url = https://hex-rays.com/ida-pro/
|
||||
arch = x86_64
|
||||
|
|
@ -17,18 +17,18 @@ pkgbase = ida-pro-patched
|
|||
provides = ida-pro
|
||||
conflicts = ida-pro
|
||||
options = !strip
|
||||
source = ida-pro-9.3.260213.run::https://vaclive.party/software/ida-pro/releases/download/9.3.260213/ida-pro_93_x64linux.run
|
||||
source = ida-pro-9.3.260213.run.sig::https://vaclive.party/software/ida-pro/releases/download/9.3.260213/ida-pro_93_x64linux.run.sig
|
||||
source = https://vaclive.party/software/ida-pro/releases/download/9.3.260213/keygen.js
|
||||
source = https://vaclive.party/software/ida-pro/releases/download/9.3.260213/keygen.js.sig
|
||||
source = ida-pro-9.4.260714.run::https://vaclive.party/software/ida-pro/releases/download/9.4.260714/ida-pro_94_x64linux.run
|
||||
source = ida-pro-9.4.260714.run.sig::https://vaclive.party/software/ida-pro/releases/download/9.4.260714/ida-pro_94_x64linux.run.sig
|
||||
source = https://vaclive.party/software/ida-pro/releases/download/9.4.260714/keygen.js
|
||||
source = https://vaclive.party/software/ida-pro/releases/download/9.4.260714/keygen.js.sig
|
||||
source = com.hex-rays.ida.desktop
|
||||
source = com.hex-rays.hvui.desktop
|
||||
source = qwingraph.desktop
|
||||
source = ida-pro.xml
|
||||
validpgpkeys = 09BE40243217978201A0440E101BA3F4C612AA41
|
||||
sha256sums = 2ed43ae4bb84d74dcae6f0099210dfa8d61bfea4952f5f9a07a9aae16cb70f82
|
||||
sha256sums = eabb64c3c849d3858759558359e9cebcf17e2a91bcc60523533df8b84462aa54
|
||||
sha256sums = SKIP
|
||||
sha256sums = d5e9ea77dffb0d94b7e6c2c47cb98686acde2cd2b1104ecad4436cf339ed431d
|
||||
sha256sums = cc570f24effc008a4ebd514cc3c4fbb5db05bbdeb7f420b79fdf4ed08a4611e2
|
||||
sha256sums = SKIP
|
||||
sha256sums = 92fc3dc9cd05c4d3e2180714816702e35f14d13f2fe94a115c5a43d83066eec5
|
||||
sha256sums = 3010186d85f0ffc12da572be8688e3cfb5fb9b86ac7c4ec7284c4c9a17c17c14
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: [email protected]
|
||||
pkgname=ida-pro-patched
|
||||
_pkgname=ida-pro
|
||||
pkgver=9.3.260213
|
||||
pkgver=9.4.260714
|
||||
pkgrel=2
|
||||
pkgdesc="Hex-Rays IDA Pro"
|
||||
arch=('x86_64')
|
||||
|
|
@ -25,8 +25,8 @@ options=('!strip')
|
|||
_name="$_pkgname-$pkgver"
|
||||
_release_url="https://vaclive.party/software/$_pkgname/releases/download/$pkgver"
|
||||
source=(
|
||||
"$_name.run::$_release_url/ida-pro_93_x64linux.run"
|
||||
"$_name.run.sig::$_release_url/ida-pro_93_x64linux.run.sig"
|
||||
"$_name.run::$_release_url/ida-pro_94_x64linux.run"
|
||||
"$_name.run.sig::$_release_url/ida-pro_94_x64linux.run.sig"
|
||||
"$_release_url/keygen.js"
|
||||
"$_release_url/keygen.js.sig"
|
||||
"com.hex-rays.ida.desktop"
|
||||
|
|
@ -35,9 +35,9 @@ source=(
|
|||
"ida-pro.xml"
|
||||
)
|
||||
|
||||
sha256sums=('2ed43ae4bb84d74dcae6f0099210dfa8d61bfea4952f5f9a07a9aae16cb70f82'
|
||||
sha256sums=('eabb64c3c849d3858759558359e9cebcf17e2a91bcc60523533df8b84462aa54'
|
||||
'SKIP'
|
||||
'd5e9ea77dffb0d94b7e6c2c47cb98686acde2cd2b1104ecad4436cf339ed431d'
|
||||
'cc570f24effc008a4ebd514cc3c4fbb5db05bbdeb7f420b79fdf4ed08a4611e2'
|
||||
'SKIP'
|
||||
'92fc3dc9cd05c4d3e2180714816702e35f14d13f2fe94a115c5a43d83066eec5'
|
||||
'3010186d85f0ffc12da572be8688e3cfb5fb9b86ac7c4ec7284c4c9a17c17c14'
|
||||
|
|
|
|||
Loading…
Reference in a new issue