Skip to content

Commit

Permalink
bump patchelf-host
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed Feb 11, 2024
1 parent 6979bbd commit c055606
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Expand Up @@ -59,6 +59,7 @@ Latest changes
* ncftp 3.2.7
* netkit-ftp 0.17-35
* openssl 3.0.13
* patchelf 0.14.5/0.18.0
* pkgconf 2.1.1
* precompiled host-tools 2024-02-06
* precompiled toolchains r22972
Expand Down
4 changes: 2 additions & 2 deletions make/host-tools/patchelf-host/patchelf-host.mk
@@ -1,7 +1,7 @@
$(call TOOLS_INIT, $(if $(FREETZ_TOOLS_PATCHELF_VERSION_ABANDON),0.14.5,0.15.0))
$(call TOOLS_INIT, $(if $(FREETZ_TOOLS_PATCHELF_VERSION_ABANDON),0.14.5,0.18.0))
$(PKG)_SOURCE:=patchelf-$($(PKG)_VERSION).tar.bz2
$(PKG)_HASH_ABANDON:=b9a46f2989322eb89fa4f6237e20836c57b455aa43a32545ea093b431d982f5c
$(PKG)_HASH_CURRENT:=f4036d3ee4d8e228dec1befff0f6e46d8a40e9e570e0068e39d77e62e2c8bdc2
$(PKG)_HASH_CURRENT:=1952b2a782ba576279c211ee942e341748fdb44997f704dd53def46cd055470b
$(PKG)_HASH:=$($(PKG)_HASH_$(if $(FREETZ_TOOLS_PATCHELF_VERSION_ABANDON),ABANDON,CURRENT))
$(PKG)_SITE:=https://github.com/NixOS/patchelf/releases/download/$($(PKG)_VERSION),https://releases.nixos.org/patchelf/patchelf-$($(PKG)_VERSION)
### WEBSITE:=https://opencollective.com/nixos
Expand Down

0 comments on commit c055606

Please sign in to comment.