From: <abe...@us...> - 2017-01-16 16:15:37
|
Revision: 8108 http://sourceforge.net/p/astlinux/code/8108 Author: abelbeck Date: 2017-01-16 16:15:35 +0000 (Mon, 16 Jan 2017) Log Message: ----------- acme, version bump to official release 2.6.5 Modified Paths: -------------- branches/1.0/package/acme/acme-client.sh branches/1.0/package/acme/acme.mk Modified: branches/1.0/package/acme/acme-client.sh =================================================================== --- branches/1.0/package/acme/acme-client.sh 2017-01-16 14:33:46 UTC (rev 8107) +++ branches/1.0/package/acme/acme-client.sh 2017-01-16 16:15:35 UTC (rev 8108) @@ -86,9 +86,9 @@ for arg in $*; do skip=0 case "$arg" in - --installcronjob) + --installcronjob|--install-cronjob) add_cron_entry ; skip=1 ;; - --uninstallcronjob) + --uninstallcronjob|--uninstall-cronjob) del_cron_entry ; skip=1 ;; --install) no_op_arg "$arg" ; skip=1 ;; Modified: branches/1.0/package/acme/acme.mk =================================================================== --- branches/1.0/package/acme/acme.mk 2017-01-16 14:33:46 UTC (rev 8107) +++ branches/1.0/package/acme/acme.mk 2017-01-16 16:15:35 UTC (rev 8108) @@ -4,7 +4,7 @@ # ################################################################################ -ACME_VERSION = 2.6.5-2017-01-13 +ACME_VERSION = 2.6.5 ACME_SOURCE = acme.sh-$(ACME_VERSION).tar.gz ACME_SITE = http://files.astlinux-project.org This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |