summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornullableVoidPtr2021-06-15 18:46:12 +0800
committernullableVoidPtr2021-06-15 18:46:12 +0800
commit31045a517909dd635df98689d81df4add9a0fa18 (patch)
tree5060c97ea3b2ba6e3d93e9d4114f1a997c277e45 /PKGBUILD
parent3ad080d1a432d2d51065bc8c32679bbddf58db9d (diff)
downloadaur-31045a517909dd635df98689d81df4add9a0fa18.tar.gz
Bump version to 1.2.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d79c67ede7bf..4fe609ce1bae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-qiling
_name=${pkgname#python-}
-pkgver=1.2.3
+pkgver=1.2.4
pkgrel=1
pkgdesc="An advanced binary emulation framework"
url='https://qiling.io/'
@@ -11,7 +11,7 @@ license=('GPL2')
depends=('python' 'python-capstone' 'python-unicorn' 'python-pefile' 'python-registry' 'python-keystone' 'python-pyelftools' 'python-gevent')
makedepends=('python-setuptools')
source=(https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz)
-sha256sums=('e3ed09f9e080559e73e2a9199649b934b3594f653079d1e7da4992340c19eb64')
+sha256sums=('ecaa4415eea44f6f48021c1f7794c0d9fae7d64c8e43a3ff1d5de8e99bd963aa')
build() {
cd "${_name}-${pkgver}"