Skip to content

Commit

Permalink
bump acme
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed Nov 28, 2024
1 parent ce5bf6c commit 7889183
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 @@ -89,7 +89,7 @@ Latest changes
* New Patch: Hide update check from cockpit

- Packages:
* ACME.sh 3.0.9
* ACME.sh 3.1.0
* Atop 2.11.0
* BIND 9.11.37/9.20.3
* BusyBox 1.27.2/1.37.0
Expand Down
2 changes: 1 addition & 1 deletion make/pkgs/acme/Config.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
config FREETZ_PACKAGE_ACME
bool "ACME.sh 3.0.9"
bool "ACME.sh 3.1.0"
depends on !FREETZ_PATCH_FREETZMOUNT && !FREETZ_PACKAGE_OPENVPN_CGI && !FREETZ_PACKAGE_GW6
select FREETZ_BUSYBOX_DESKTOP
select FREETZ_PACKAGE_OPENSSL
Expand Down
4 changes: 2 additions & 2 deletions make/pkgs/acme/acme.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$(call PKG_INIT_BIN, 3.0.9)
$(call PKG_INIT_BIN, 3.1.0)
$(PKG)_SOURCE:=$(pkg)-$($(PKG)_VERSION).tar.xz
$(PKG)_HASH:=553f19197abbc32e0a7d8103ba909498c6224d743224ad9ff7f1886dcca1209a
$(PKG)_HASH:=d3e99e93fefe60aba833fe72e09fa50bdd9e7192228af494a364738d4e6d919d
$(PKG)_SITE:=git@https://github.com/Neilpang/acme.sh.git
### WEBSITE:=https://www.acme.sh
### MANPAGE:=https://github.com/acmesh-official/acme.sh/wiki
Expand Down

1 comment on commit 7889183

@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 acme and maybe a changelog link:
https://freetz-ng.github.io/freetz-ng/make/acme

Please sign in to comment.