aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2021-01-21 10:02:12 -0300
committerLeo <thinkabit.ukim@gmail.com>2021-01-21 14:46:12 +0000
commit4da204e5d2c9c4ce6d2e22d155e9c859bda7f2a5 (patch)
tree4b09e5d7827c5ab26bbebd677ba0eae6f2558324
parentf1465af6f71d01884948304fd3230060e3f558ca (diff)
testing/imhex: upgrade to 1.6.1
-rw-r--r--testing/imhex/APKBUILD8
-rw-r--r--testing/imhex/version.patch24
2 files changed, 3 insertions, 29 deletions
diff --git a/testing/imhex/APKBUILD b/testing/imhex/APKBUILD
index 1df9a022da2..2a6cf0d5820 100644
--- a/testing/imhex/APKBUILD
+++ b/testing/imhex/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: George Hopkins <george-hopkins@null.net>
# Maintainer: George Hopkins <george-hopkins@null.net>
pkgname=imhex
-pkgver=1.6.0
+pkgver=1.6.1
pkgrel=0
pkgdesc="Hex editor for reverse engineers and programmers"
url="https://github.com/WerWolv/ImHex"
@@ -12,7 +12,6 @@ makedepends="cmake capstone-dev file-dev freetype-dev glfw-dev glm-dev
openssl-dev nlohmann-json python3-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/WerWolv/ImHex/archive/v$pkgver.tar.gz
force-release-flags.patch
- version.patch
"
builddir="$srcdir"/ImHex-$pkgver
@@ -27,6 +26,5 @@ package() {
DESTDIR="$pkgdir" cmake --build build --target install
}
-sha512sums="5c4094fae6c5f4e2d68ad49a771c936bb581ac67a361c9b9fa1fcffded1106c78d4b946ba0a16f70af1943b8aefaf9679c35b0c3a069e4db844d970853757d90 imhex-1.6.0.tar.gz
-46f2e8bfb1a7827dc2339ae5da97af5e26dfc09b38a935a82cfb590a93b3f980fadabf186cb236f5a972fd7ff56b865d9c0a3c7f1f350193deecbe1a04aabd71 force-release-flags.patch
-17a96e9c57dbd0d0977e26080c11ee57a67825bc465cb98c21e3ea0b3de6f36992700082b3de83cb0922088cf2f447a38f45563dbd6d3c0866e194d1c2f6efcc version.patch"
+sha512sums="9f068887fb0668e29aef986e399d845ac891a51552e3229d61307743fa40b15712898fd590145f0609367926d7a87205a1aca6df02b5e63d309f643006a043bc imhex-1.6.1.tar.gz
+46f2e8bfb1a7827dc2339ae5da97af5e26dfc09b38a935a82cfb590a93b3f980fadabf186cb236f5a972fd7ff56b865d9c0a3c7f1f350193deecbe1a04aabd71 force-release-flags.patch"
diff --git a/testing/imhex/version.patch b/testing/imhex/version.patch
deleted file mode 100644
index b1b6df1e94c..00000000000
--- a/testing/imhex/version.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 02b3b9480485d46336db7c307dd1780d81c26876 Mon Sep 17 00:00:00 2001
-From: WerWolv <werwolv98@gmail.com>
-Date: Fri, 8 Jan 2021 22:09:08 +0100
-Subject: [PATCH] Increased ImHex to version 1.6.0
-
----
- CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 3a49b85..709f570 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -1,6 +1,6 @@
- cmake_minimum_required(VERSION 3.16)
-
--project(imhex VERSION 1.5.0)
-+project(imhex VERSION 1.6.0)
-
- if(NOT CMAKE_BUILD_TYPE)
- set(CMAKE_BUILD_TYPE "Release" CACHE FORCE)
---
-2.17.1
-