Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-cle


Commits:
e1871a1f by Antonio Rojas at 2024-05-04T19:29:27+02:00
upgpkg: 9.2.101-1: Update to 9.2.101

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-cle
        pkgdesc = Loads binaries and their libraries, resolves imports and 
provides an abstraction of process memory
-       pkgver = 9.2.69
-       pkgrel = 2
+       pkgver = 9.2.101
+       pkgrel = 1
        url = https://github.com/angr/cle
        arch = any
        license = custom:BSD
@@ -26,11 +26,11 @@ pkgbase = python-cle
        optdepends = python-pyxbe: xbe
        optdepends = python-arpy: ar
        optdepends = python-pyaxmlparser: apk
-       source = 
https://github.com/angr/cle/archive/v9.2.69/python-cle-9.2.69.tar.gz
-       source = 
https://github.com/angr/binaries/archive/v9.2.69/angr-binaries-9.2.69.tar.gz
-       sha512sums = 
c13d144fbc42373cb477858b4079fc96d5614ad8bd442f21bbdba4d60f013eaf548ea0221384b7504ab215afe5cad6b1571ddf18e9eef893fa383351966fcebf
-       sha512sums = 
31dbf15b07ac5bf35d5043f1141a0f56e496c6aba983d78853e96666509f9732257405f472bcd4864e3f7b2b196c23691c9ac4182a7a703d6e7f1f5efb05d187
-       b2sums = 
bf6dfb47eee9c79a28cd3f13a90b4f5f29efdc61aebf4e5c4ba02435f44ed437e45832f6cff29b2fcb7f34cf04b0c3935387cd7836a51de73c07659d7acbef53
-       b2sums = 
82dc89e2b6f0761b30ad421909aab3858d25be8f9a37b5ec1be6ef7615afcbff7ded4a8d31825e35cd5ca443920c63c570766b5ad5ac9f66b1c22239fd08ced6
+       source = 
https://github.com/angr/cle/archive/v9.2.101/python-cle-9.2.101.tar.gz
+       source = 
https://github.com/angr/binaries/archive/v9.2.101/angr-binaries-9.2.101.tar.gz
+       sha512sums = 
745b800c72994416001cb1aaf7f9b15b71fa77c016d1098a19e7367f0206bd0a385fcff8e848eb6ed2db2a2dd3b7337e429f570fe0d1f0dece2537192d8515d4
+       sha512sums = 
d08ab57282381e57380f1bcdfeb1ebdb23d0ac4a0d97aa0d2694366ed54fe35bf9704ba7fef1c33be9b502e1e0480012d12e63fa385789d6c14e58b85ba1456c
+       b2sums = 
2985724634a66c598145b37d4ded4309d3f6ab6665e410430827a8e105ae2090010db861c5d310155d6d3484fc27c2a404887201f510e4da501f7fcc51417990
+       b2sums = 
ce9b370e757b0efff4f9ed5689ae60de27d85b3c8d4899c89b9cdb090a562f2f269ccb3b862cba895d8b4b64e63e0b5dc26eee89d15fbce8a1212e6c10a21564
 
 pkgname = python-cle


=====================================
PKGBUILD
=====================================
@@ -3,9 +3,9 @@
 
 _pyname=cle
 pkgname=python-${_pyname}
-pkgver=9.2.69
-_testbinaries_ver=9.2.69
-pkgrel=2
+pkgver=9.2.101
+_testbinaries_ver=9.2.101
+pkgrel=1
 pkgdesc='Loads binaries and their libraries, resolves imports and provides an 
abstraction of process memory'
 url='https://github.com/angr/cle'
 arch=('any')
@@ -22,10 +22,10 @@ makedepends=('python-build' 'python-installer' 
'python-wheel' 'python-setuptools
 checkdepends=('python-pytest' 'python-minidump' 'python-pyxbe' 'python-arpy' 
'python-claripy' 'python-pyaxmlparser')
 source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
         
"https://github.com/angr/binaries/archive/v${_testbinaries_ver}/angr-binaries-${_testbinaries_ver}.tar.gz";)
-sha512sums=('c13d144fbc42373cb477858b4079fc96d5614ad8bd442f21bbdba4d60f013eaf548ea0221384b7504ab215afe5cad6b1571ddf18e9eef893fa383351966fcebf'
-            
'31dbf15b07ac5bf35d5043f1141a0f56e496c6aba983d78853e96666509f9732257405f472bcd4864e3f7b2b196c23691c9ac4182a7a703d6e7f1f5efb05d187')
-b2sums=('bf6dfb47eee9c79a28cd3f13a90b4f5f29efdc61aebf4e5c4ba02435f44ed437e45832f6cff29b2fcb7f34cf04b0c3935387cd7836a51de73c07659d7acbef53'
-        
'82dc89e2b6f0761b30ad421909aab3858d25be8f9a37b5ec1be6ef7615afcbff7ded4a8d31825e35cd5ca443920c63c570766b5ad5ac9f66b1c22239fd08ced6')
+sha512sums=('745b800c72994416001cb1aaf7f9b15b71fa77c016d1098a19e7367f0206bd0a385fcff8e848eb6ed2db2a2dd3b7337e429f570fe0d1f0dece2537192d8515d4'
+            
'd08ab57282381e57380f1bcdfeb1ebdb23d0ac4a0d97aa0d2694366ed54fe35bf9704ba7fef1c33be9b502e1e0480012d12e63fa385789d6c14e58b85ba1456c')
+b2sums=('2985724634a66c598145b37d4ded4309d3f6ab6665e410430827a8e105ae2090010db861c5d310155d6d3484fc27c2a404887201f510e4da501f7fcc51417990'
+        
'ce9b370e757b0efff4f9ed5689ae60de27d85b3c8d4899c89b9cdb090a562f2f269ccb3b862cba895d8b4b64e63e0b5dc26eee89d15fbce8a1212e6c10a21564')
 
 prepare() {
   ln -s binaries-${_testbinaries_ver} binaries



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cle/-/commit/e1871a1fc32731699846fc7106ef62b4b97b9cd7

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cle/-/commit/e1871a1fc32731699846fc7106ef62b4b97b9cd7
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to