summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8638eae409dc..f93b3fe303a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-qiling
pkgdesc = An advanced binary emulation framework
- pkgver = 1.2.4
+ pkgver = 1.3.0
pkgrel = 1
url = https://qiling.io/
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = python-qiling
depends = python-keystone
depends = python-pyelftools
depends = python-gevent
- source = https://files.pythonhosted.org/packages/source/q/qiling/qiling-1.2.4.tar.gz
- sha256sums = ecaa4415eea44f6f48021c1f7794c0d9fae7d64c8e43a3ff1d5de8e99bd963aa
+ source = https://files.pythonhosted.org/packages/source/q/qiling/qiling-1.3.0.tar.gz
+ sha256sums = 084ad706f6803d7de2391eab928ecf4cb3e8d892fd2988666d4791a422d6ab9a
pkgname = python-qiling
diff --git a/PKGBUILD b/PKGBUILD
index 4fe609ce1bae..8e373c06c4d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-qiling
_name=${pkgname#python-}
-pkgver=1.2.4
+pkgver=1.3.0
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=('ecaa4415eea44f6f48021c1f7794c0d9fae7d64c8e43a3ff1d5de8e99bd963aa')
+sha256sums=('084ad706f6803d7de2391eab928ecf4cb3e8d892fd2988666d4791a422d6ab9a')
build() {
cd "${_name}-${pkgver}"