summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPopolon2024-03-26 10:06:00 +0100
committerPopolon2024-03-26 10:06:00 +0100
commit43c30caf9732c7bc0c1d25849fcd29183f3eb2c9 (patch)
tree2c647ef5b0c06a1e8ae535137d7977a12bfcaa47
parenteef9cd945d3aacfd6ec7480217a540b26b452f4d (diff)
downloadaur-cpu_rec.tar.gz
upgrade to v1.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8126c31010fb..2a76271998ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = cpu_rec
pkgdesc = tool that recognizes cpu instructions in an arbitrary binary file. It can be used as a standalone tool, or as a plugin for binwalk
- pkgver = 1.0
- pkgrel = 3
+ pkgver = 1.1
+ pkgrel = 1
url = https://github.com/airbus-seclab/cpu_rec
arch = any
license = Apache 2.0
depends = xz
depends = python
- source = cpu_rec-1.0.tar.gz::https://github.com/airbus-seclab/cpu_rec/archive/refs/tags/v1.0.tar.gz
+ source = cpu_rec-1.1.tar.gz::https://github.com/airbus-seclab/cpu_rec/archive/refs/tags/v1.1.tar.gz
source = cpu_rec
- sha512sums = 299b6f6fa710446f5277be8c12a7348cb8fbcf46fbacdd23acb22478b7ea08508bd478cf4583350f28f7e965e7ea03eedfa88c50cf672db5ce6bbf39e4e78f4b
+ sha512sums = fea86f458ebb38a7bd62666eee224720e25b4f2d615e76a25f598fec5d724177a536b7f046db692b6bf0281d90eb848bce869f704fd6452adedcd223bbd45721
sha512sums = bdfd32b49cb346dec6cc577694db87c679787d0c73854fdbfd3bfa234da7473647cb1b24d471a8bd700c5f2ddab8e8ef52aaa6c78e4c83e9bf9e87be83a01ffa
- b2sums = 8dddb88c8a5166e4d64f38b7cdde12024e21efa652fc59987d3e26bebf4ee98845876223ea293b86b22b32a04e8fca372d3f129578db414fe2b25101c66e3a57
+ b2sums = 67b04d2e62f54034883031e1f1cdc7787340130369a34492456407708568216ed4f1a5d36013f84028bbd0d48a393b63b300cdc5b3f4ec4f9489792204105cd5
b2sums = f2851fabb6bed21daecabdecae43ac96c2699d9b486a2f8c3f89923e85a16dc747da69089d5cc1a6fbfd30f9fa0e4880d1cd77ca4713d581032a79798b1467fb
pkgname = cpu_rec
diff --git a/PKGBUILD b/PKGBUILD
index 2e779e4e3de7..0409f32a4c36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Popolon <popolon@popolon.org>
pkgname=cpu_rec
-pkgver=1.0
-pkgrel=3
+pkgver=1.1
+pkgrel=1
pkgdesc="tool that recognizes cpu instructions in an arbitrary binary file. It can be used as a standalone tool, or as a plugin for binwalk"
arch=('any')
url='https://github.com/airbus-seclab/cpu_rec'
@@ -10,9 +10,9 @@ license=('Apache 2.0')
depends=('xz' 'python')
source=("$pkgname-$pkgver.tar.gz::https://github.com/airbus-seclab/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz"
'cpu_rec')
-sha512sums=('299b6f6fa710446f5277be8c12a7348cb8fbcf46fbacdd23acb22478b7ea08508bd478cf4583350f28f7e965e7ea03eedfa88c50cf672db5ce6bbf39e4e78f4b'
+sha512sums=('fea86f458ebb38a7bd62666eee224720e25b4f2d615e76a25f598fec5d724177a536b7f046db692b6bf0281d90eb848bce869f704fd6452adedcd223bbd45721'
'bdfd32b49cb346dec6cc577694db87c679787d0c73854fdbfd3bfa234da7473647cb1b24d471a8bd700c5f2ddab8e8ef52aaa6c78e4c83e9bf9e87be83a01ffa')
-b2sums=('8dddb88c8a5166e4d64f38b7cdde12024e21efa652fc59987d3e26bebf4ee98845876223ea293b86b22b32a04e8fca372d3f129578db414fe2b25101c66e3a57'
+b2sums=('67b04d2e62f54034883031e1f1cdc7787340130369a34492456407708568216ed4f1a5d36013f84028bbd0d48a393b63b300cdc5b3f4ec4f9489792204105cd5'
'f2851fabb6bed21daecabdecae43ac96c2699d9b486a2f8c3f89923e85a16dc747da69089d5cc1a6fbfd30f9fa0e4880d1cd77ca4713d581032a79798b1467fb')
package() {