acme: Update timestamp patch for new version.

Fixes butched update to 1.2.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
This commit is contained in:
Toke Høiland-Jørgensen 2016-11-04 19:08:35 +01:00
parent 20d7233913
commit feb006f202
2 changed files with 10 additions and 10 deletions

View File

@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=acme
PKG_SOURCE_VERSION:=3c33cdfa3da68000a40b85304821705f0deea951
PKG_VERSION:=1.2
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_LICENSE:=GPLv3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_RELEASE).tar.xz

View File

@ -1,14 +1,14 @@
--- a/acme.sh 2016-08-05 17:00:58.000000000 +0200
+++ b/acme.sh 2016-08-05 17:13:58.582459764 +0200
@@ -48,9 +48,9 @@
--- a/acme.sh
+++ b/acme.sh
@@ -84,9 +84,9 @@ __red() {
_info() {
_printargs() {
if [ -z "$2" ] ; then
- echo "[$(date)] $1"
+ echo "$1"
- printf -- "[$(date)] $1"
+ printf -- " $1"
else
- echo "[$(date)] $1='$2'"
+ echo "$1='$2'"
- printf -- "[$(date)] $1='$2'"
+ printf -- " $1='$2'"
fi
printf "\n"
}