Skip to content

Commit

Permalink
editors/imhex: Update to 1.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MANTANI Nobutaka authored and MANTANI Nobutaka committed Jul 27, 2022
1 parent ecb664b commit 6e414cd
Show file tree
Hide file tree
Showing 6 changed files with 251 additions and 16 deletions.
4 changes: 2 additions & 2 deletions editors/imhex/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= imhex
PORTVERSION= 1.19.2
PORTVERSION= 1.19.3
DISTVERSIONPREFIX= v
CATEGORIES= editors
MASTER_SITES= https://git.sr.ht/~danyspin97/xdgpp/blob/f01f810714443d0f10c333d4d1d9c0383be41375/:xdg
Expand Down Expand Up @@ -53,7 +53,7 @@ GH_TAG_FMT= c4ee726
GH_TAG_IMHEX_PATTERNS= f40943c
GH_TAG_LIBROMFS= 58757f6
GH_TAG_NATIVEFILEDIALOG= 3311592
GH_TAG_PATTERN_LANGUAGE= 5524ad4
GH_TAG_PATTERN_LANGUAGE= 1b0de5e
GH_TAG_YARA= d5a7565

CMAKE_ARGS= -DUSE_SYSTEM_CURL=ON -DUSE_SYSTEM_NLOHMANN_JSON=ON
Expand Down
10 changes: 5 additions & 5 deletions editors/imhex/distinfo
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
TIMESTAMP = 1658074717
TIMESTAMP = 1658850000
SHA256 (imhex/xdg.hpp) = 2e08ce74adb71ff9b9aa9e1c999733fccd4b00967b9cf0c0e51dbf049392a9ec
SIZE (imhex/xdg.hpp) = 7674
SHA256 (imhex/WerWolv-ImHex-v1.19.2_GH0.tar.gz) = 4f5e87264fc4a33c00812e0fffbb13ef5bc7d5be80db11278cdbed06f27f3b1f
SIZE (imhex/WerWolv-ImHex-v1.19.2_GH0.tar.gz) = 10622186
SHA256 (imhex/WerWolv-ImHex-v1.19.3_GH0.tar.gz) = fe196a2075b2849a61b4dd566fa5d3a3089a65c107a9f356267c46e94983ba36
SIZE (imhex/WerWolv-ImHex-v1.19.3_GH0.tar.gz) = 10622398
SHA256 (imhex/btzy-nativefiledialog-extended-3311592_GH0.tar.gz) = 8485f3ef81f0882f357482178f29360e29a2957507b35dec7057dcf33e6f628b
SIZE (imhex/btzy-nativefiledialog-extended-3311592_GH0.tar.gz) = 411759
SHA256 (imhex/capstone-engine-capstone-d5141c0_GH0.tar.gz) = 435d40757928fa73dec19c6d0fbf171bd76341391c8525ce1286927dab44c3e7
Expand All @@ -13,7 +13,7 @@ SHA256 (imhex/VirusTotal-yara-d5a7565_GH0.tar.gz) = 1c908b160f2432a25aefc1e94147
SIZE (imhex/VirusTotal-yara-d5a7565_GH0.tar.gz) = 1287317
SHA256 (imhex/WerWolv-ImHex-Patterns-f40943c_GH0.tar.gz) = b0df6d4024f4440c4a1c592535fadae8624d8a303960eabbd31836d5d20d000c
SIZE (imhex/WerWolv-ImHex-Patterns-f40943c_GH0.tar.gz) = 323448
SHA256 (imhex/WerWolv-PatternLanguage-5524ad4_GH0.tar.gz) = 2377bcf3e03ac704b04f02002247d1cbb74fc7517f9603fe531bfd7ed286ac21
SIZE (imhex/WerWolv-PatternLanguage-5524ad4_GH0.tar.gz) = 264643
SHA256 (imhex/WerWolv-PatternLanguage-1b0de5e_GH0.tar.gz) = ece922828b7798529badc88e61caae1ab1a6e824c1347596d73498148a348a69
SIZE (imhex/WerWolv-PatternLanguage-1b0de5e_GH0.tar.gz) = 265064
SHA256 (imhex/WerWolv-libromfs-58757f6_GH0.tar.gz) = be53d72ac61c75cfb1b6f0cd8d961ab4a25b1cae95c43aae9a67feb0f185e3a1
SIZE (imhex/WerWolv-libromfs-58757f6_GH0.tar.gz) = 3864
4 changes: 2 additions & 2 deletions editors/imhex/files/patch-CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- CMakeLists.txt.orig 2022-07-16 11:41:37 UTC
--- CMakeLists.txt.orig 2022-07-26 14:13:07 UTC
+++ CMakeLists.txt
@@ -14,7 +14,6 @@ option(IMHEX_OFFLINE_BUILD "Enable offline build" OFF)
@@ -15,7 +15,6 @@ option(IMHEX_PATTERNS_PULL_MASTER "Download latest fil

# Make sure project is configured correctly
setDefaultBuiltTypeIfUnset()
Expand Down
8 changes: 4 additions & 4 deletions editors/imhex/files/patch-cmake_build__helpers.cmake
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
--- cmake/build_helpers.cmake.orig 2022-07-16 11:41:37 UTC
--- cmake/build_helpers.cmake.orig 2022-07-26 14:13:07 UTC
+++ cmake/build_helpers.cmake
@@ -291,17 +291,9 @@ endmacro()
@@ -297,17 +297,9 @@ function(downloadImHexPatternsFiles dest)
set(PATTERNS_BRANCH ImHex-v${IMHEX_VERSION})
endif ()

function(downloadImHexPatternsFiles dest)
if (NOT IMHEX_OFFLINE_BUILD)
- FetchContent_Declare(
- imhex_patterns
- GIT_REPOSITORY https://github.com/WerWolv/ImHex-Patterns.git
Expand Down
Loading

0 comments on commit 6e414cd

Please sign in to comment.