Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / gef


Commits:
d08c3da0 by Levente Polyak at 2024-05-12T01:12:57+02:00
nvchecker: add config

- - - - -
e915b85b by Levente Polyak at 2024-05-12T01:12:57+02:00
upgpkg: 2024.01-1

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = gef
        pkgdesc = Multi-Architecture GDB Enhanced Features for Exploiters & 
Reverse-Engineers
-       pkgver = 2022.06
-       pkgrel = 4
+       pkgver = 2024.01
+       pkgrel = 1
        url = https://github.com/hugsy/gef
        arch = any
        license = MIT
@@ -11,8 +11,8 @@ pkgbase = gef
        optdepends = python-keystone: assembler support
        optdepends = python-unicorn: emulation support
        optdepends = ropgadget: ROP gadget support
-       source = 
https://github.com/hugsy/gef/archive/2022.06/gef-2022.06.tar.gz.tar.gz
-       sha512sums = 
585bad8655a5208d060b1ccf455ab87527e47949fce1df188a5ac970ccd1bbfbdd87151f7a940edcfb879dd0ea846b5c4a8650fed856cd5dcaec0ddd3581f100
-       b2sums = 
b7038e0519f216669c38bdda7e12375fb1c9e5278c8b617df73932a750ee6552531929eebcac22321607f51592834ece70c850ce0ba4629bc383731bc8803bb3
+       source = 
https://github.com/hugsy/gef/archive/2024.01/gef-2024.01.tar.gz.tar.gz
+       sha512sums = 
d8dbc308f864e434ea79eaf44e329e11f2cea9836a5dcdc019bd621bbec6792f70e58edd9fd8b3c434dc61a17fbac08394e281530423081beb1cc1192aece79c
+       b2sums = 
f5409e592c50dbbe65761e7727f28aa7a96b130449f187e392cc0170707b7cfb2d1bf9e75581dce7dce8ff6d004ffc624d34a46b7ba35ab434a5671662860bdb
 
 pkgname = gef


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,3 @@
+[gef]
+source = "git"
+git = "https://github.com/hugsy/gef.git";


=====================================
PKGBUILD
=====================================
@@ -1,13 +1,16 @@
 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
 
 pkgname=gef
-pkgver=2022.06
-pkgrel=4
+pkgver=2024.01
+pkgrel=1
 pkgdesc='Multi-Architecture GDB Enhanced Features for Exploiters & 
Reverse-Engineers'
 url='https://github.com/hugsy/gef'
-arch=('any')
-license=('MIT')
-depends=('gdb' 'python')
+arch=(any)
+license=(MIT)
+depends=(
+  gdb
+  python
+)
 optdepends=(
   'python-capstone: extended disassemble support'
   'python-keystone: assembler support'
@@ -15,8 +18,8 @@ optdepends=(
   'ropgadget: ROP gadget support'
 )
 
source=(https://github.com/hugsy/gef/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz.tar.gz)
-sha512sums=('585bad8655a5208d060b1ccf455ab87527e47949fce1df188a5ac970ccd1bbfbdd87151f7a940edcfb879dd0ea846b5c4a8650fed856cd5dcaec0ddd3581f100')
-b2sums=('b7038e0519f216669c38bdda7e12375fb1c9e5278c8b617df73932a750ee6552531929eebcac22321607f51592834ece70c850ce0ba4629bc383731bc8803bb3')
+sha512sums=('d8dbc308f864e434ea79eaf44e329e11f2cea9836a5dcdc019bd621bbec6792f70e58edd9fd8b3c434dc61a17fbac08394e281530423081beb1cc1192aece79c')
+b2sums=('f5409e592c50dbbe65761e7727f28aa7a96b130449f187e392cc0170707b7cfb2d1bf9e75581dce7dce8ff6d004ffc624d34a46b7ba35ab434a5671662860bdb')
 
 build() {
   cd ${pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gef/-/compare/78b0190a2e859c6d8a665490ae0e2921972d7199...e915b85b3573175fe964054a40058cb0d5057dbb

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gef/-/compare/78b0190a2e859c6d8a665490ae0e2921972d7199...e915b85b3573175fe964054a40058cb0d5057dbb
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to