Skip to content

Commit

Permalink
bump imagemagick
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed Oct 22, 2024
1 parent fb300c8 commit a169256
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Latest changes
* Dropbear 2024.86
* Git 2.47.0
* htpdate 2.0.0
* ImageMagick 7.1.1-38
* ImageMagick 7.1.1-39
* mc (Midnight Commander) 4.8.31/4.8.32
* Nano 8.2
* OpenSSH 9.3p2/9.9p1
Expand Down
2 changes: 1 addition & 1 deletion make/pkgs/imagemagick/Config.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
menuconfig FREETZ_PACKAGE_IMAGEMAGICK
bool "ImageMagick 7.1.1-38 (binary only)"
bool "ImageMagick 7.1.1-39 (binary only)"
select FREETZ_LIB_libpthread if FREETZ_TARGET_UCLIBC_HAS_multiple_libs
select FREETZ_LIB_libm if FREETZ_TARGET_UCLIBC_HAS_multiple_libs
default n
Expand Down
4 changes: 2 additions & 2 deletions make/pkgs/imagemagick/imagemagick.mk
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$(call PKG_INIT_BIN, 7.1.1-38)
$(call PKG_INIT_BIN, 7.1.1-39)
$(PKG)_LIB_VERSION:=10.0.1
$(PKG)_ABI_SUFFIX:=Q16
$(PKG)_MAJOR_VERSION:=$(call GET_MAJOR_VERSION,$($(PKG)_VERSION),1)
$(PKG)_SOURCE:=ImageMagick-$($(PKG)_VERSION).tar.xz
$(PKG)_HASH:=48de548d4977fc226c982ca03b9d6ad8001b47d8dc142b49fdca69333bc4ad82
$(PKG)_HASH:=b5a18ed9eb0db1e5e1fde26fc95f38bd7d71d9de05dde8b23c238debe332fada
$(PKG)_SITE:=https://download.imagemagick.org/archive,http://www.imagemagick.org/download,https://www.imagemagick.org/archive,@SF/$(pkg)
### WEBSITE:=https://www.imagemagick.org/
### MANPAGE:=https://www.imagemagick.org/Usage/
Expand Down

1 comment on commit a169256

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See for infos about imagemagick and maybe a changelog link:
https://freetz-ng.github.io/freetz-ng/make/imagemagick

Please sign in to comment.