projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64c917b
)
sipcalc: use autorelease feature
14542/head
author
Nick Hainke
<vincent@systemli.org>
Sat, 23 Jan 2021 14:06:11 +0000
(15:06 +0100)
committer
Nick Hainke
<vincent@systemli.org>
Sat, 23 Jan 2021 14:06:11 +0000
(15:06 +0100)
Package version is automatically increased as described here:
https://github.com/openwrt/packages/issues/14537
Signed-off-by: Nick Hainke <vincent@systemli.org>
utils/sipcalc/Makefile
patch
|
blob
|
history
diff --git
a/utils/sipcalc/Makefile
b/utils/sipcalc/Makefile
index 17a0f6d56192ad97b0b7116ca48f3bbc1ce8e225..323458e73865ca46e880943cef5b7e3da9c30d92 100644
(file)
--- a/
utils/sipcalc/Makefile
+++ b/
utils/sipcalc/Makefile
@@
-6,7
+6,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=sipcalc
PKG_SOURCE_DATE:=2014-10-24
-PKG_RELEASE:=
1
+PKG_RELEASE:=
$(AUTORELEASE)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/sii/sipcalc