Browse Source

Merge pull request #14542 from PolynomialDivision/sipcalc-use-autorelease

sipcalc: use autorelease feature
lilik-openwrt-22.03
Rosen Penev 4 years ago
committed by GitHub
parent
commit
9a56e4e0ec
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/sipcalc/Makefile

+ 1
- 1
utils/sipcalc/Makefile View File

@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=sipcalc PKG_NAME:=sipcalc
PKG_SOURCE_DATE:=2014-10-24 PKG_SOURCE_DATE:=2014-10-24
PKG_RELEASE:=1
PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE_PROTO:=git PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/sii/sipcalc PKG_SOURCE_URL:=https://github.com/sii/sipcalc


Loading…
Cancel
Save