Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / hexpatch
Commits: 6aa244f8 by Orhun Parmaksız at 2024-12-11T14:01:53+03:00 upgpkg: 1.9.4-1: upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = hexpatch pkgdesc = A binary patcher and editor with a TUI - pkgver = 1.9.3 + pkgver = 1.9.4 pkgrel = 1 url = https://github.com/Etto48/HexPatch arch = x86_64 @@ -10,7 +10,7 @@ pkgbase = hexpatch makedepends = python depends = gcc-libs options = !lto - source = hexpatch-1.9.3.tar.gz::https://github.com/Etto48/HexPatch/archive/v1.9.3.tar.gz - sha512sums = a80e55cfe3ce19955e6767005c677dc573385e0eb04eabdf313e4e208c685fede5f72b5ceabe760253c0ab60959af787e80bc64e48634aa470b5cf3cbcb32c15 + source = hexpatch-1.9.4.tar.gz::https://github.com/Etto48/HexPatch/archive/v1.9.4.tar.gz + sha512sums = 5e963b2bf3c0de2fc8d7e6750484f805e9885cabba87fe22ec9f5b9048df99342122cf67b5494c87c6cec7a44622160557f741163d365ab92fbf9a3bdb303414 pkgname = hexpatch ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=hexpatch _pkgname=HexPatch -pkgver=1.9.3 +pkgver=1.9.4 pkgrel=1 pkgdesc="A binary patcher and editor with a TUI" url="https://github.com/Etto48/HexPatch" @@ -11,7 +11,7 @@ makedepends=('cargo' 'cmake' 'python') arch=('x86_64') license=('MIT') source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v$pkgver.tar.gz") -sha512sums=('a80e55cfe3ce19955e6767005c677dc573385e0eb04eabdf313e4e208c685fede5f72b5ceabe760253c0ab60959af787e80bc64e48634aa470b5cf3cbcb32c15') +sha512sums=('5e963b2bf3c0de2fc8d7e6750484f805e9885cabba87fe22ec9f5b9048df99342122cf67b5494c87c6cec7a44622160557f741163d365ab92fbf9a3bdb303414') options=('!lto') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hexpatch/-/commit/6aa244f8242683aa1dd16768025d6b70ae87bbf4 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hexpatch/-/commit/6aa244f8242683aa1dd16768025d6b70ae87bbf4 You're receiving this email because of your account on gitlab.archlinux.org.