Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
hexpatch
Commits:
dd7d5b9e by Orhun Parmaksız at 2024-11-09T07:43:59+01:00
upgpkg: 1.9.3-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.2
+ pkgver = 1.9.3
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.2.tar.gz::https://github.com/Etto48/HexPatch/archive/v1.9.2.tar.gz
- sha512sums =
6cc69f2866c85dc36316fedf12726b3195129bb4f17face6d9be8b2bbf17480ffcde5925517d2e8bae0c959a239b67da9a0be1db0e4802922def1091a69bd63f
+ source =
hexpatch-1.9.3.tar.gz::https://github.com/Etto48/HexPatch/archive/v1.9.3.tar.gz
+ sha512sums =
a80e55cfe3ce19955e6767005c677dc573385e0eb04eabdf313e4e208c685fede5f72b5ceabe760253c0ab60959af787e80bc64e48634aa470b5cf3cbcb32c15
pkgname = hexpatch
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=hexpatch
_pkgname=HexPatch
-pkgver=1.9.2
+pkgver=1.9.3
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=('6cc69f2866c85dc36316fedf12726b3195129bb4f17face6d9be8b2bbf17480ffcde5925517d2e8bae0c959a239b67da9a0be1db0e4802922def1091a69bd63f')
+sha512sums=('a80e55cfe3ce19955e6767005c677dc573385e0eb04eabdf313e4e208c685fede5f72b5ceabe760253c0ab60959af787e80bc64e48634aa470b5cf3cbcb32c15')
options=('!lto')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hexpatch/-/commit/dd7d5b9eb3ff7994c13b26badadf2ab44593d8aa
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hexpatch/-/commit/dd7d5b9eb3ff7994c13b26badadf2ab44593d8aa
You're receiving this email because of your account on gitlab.archlinux.org.