up smartdns2021.07.30

This commit is contained in:
sirpdboy 2021-08-04 21:35:44 +08:00
parent d62d0ff6ba
commit bde3852517
2 changed files with 8 additions and 9 deletions

View File

@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=smartdns-le
PKG_VERSION:=1.2021.02.06
PKG_RELEASE:=1
PKG_VERSION:=2021.07.30
PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://www.github.com/pymumu/smartdns.git
PKG_SOURCE_VERSION:=e5eb562deeb93d74d2f60f38bc83acce5882344b
PKG_SOURCE_VERSION:=b77cea63e9eecd45ab257906868c77baec27e6b7
PKG_MAINTAINER:=Nick Peng <pymumu@gmail.com>
PKG_LICENSE:=GPL-3.0-or-later
@ -35,7 +35,7 @@ endef
define Package/smartdns-le/install
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/smartdns $(1)/usr/sbin/smartdns
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/smartdns $(1)/usr/sbin/smartdns-le
endef
$(eval $(call BuildPackage,smartdns-le))

View File

@ -6,13 +6,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=smartdns
PKG_VERSION:=Release33
PKG_RELEASE:=1
PKG_VERSION:=2021.07.30
PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://www.github.com/pymumu/smartdns.git
PKG_MIRROR_HASH:=5840408326c4dba25c4ad1188b4a7fbbf1d7e8141493a28b7bbe2188470f0a23
PKG_SOURCE_VERSION:=c53a87b8d93537af0ad6c0f63bca23c4bea488bf
PKG_SOURCE_VERSION:=b77cea63e9eecd45ab257906868c77baec27e6b7
PKG_MAINTAINER:=Nick Peng <pymumu@gmail.com>
PKG_LICENSE:=GPL-3.0-or-later
@ -29,7 +28,7 @@ define Package/smartdns
SECTION:=net
CATEGORY:=Network
TITLE:=smartdns server
DEPENDS:=+libpthread +libopenssl
DEPENDS:=+libc +libpthread +libopenssl
URL:=https://www.github.com/pymumu/smartdns/
endef