diff --git a/openwrt-support/luci-app-rtp2httpd/Makefile.versioned b/openwrt-support/luci-app-rtp2httpd/Makefile.versioned index f145d68..3179bf3 100644 --- a/openwrt-support/luci-app-rtp2httpd/Makefile.versioned +++ b/openwrt-support/luci-app-rtp2httpd/Makefile.versioned @@ -1,6 +1,6 @@ include $(TOPDIR)/rules.mk -RELEASE_VERSION:=3.12.1 +RELEASE_VERSION:=3.12.2 PKG_VERSION:=$(shell echo "$(RELEASE_VERSION)" | sed 's/-\([a-z]*\)\.\([0-9]*\)/_\1\2/g') PKG_PO_VERSION:=$(PKG_VERSION) diff --git a/openwrt-support/rtp2httpd/Makefile.versioned b/openwrt-support/rtp2httpd/Makefile.versioned index 1b80198..df4c722 100644 --- a/openwrt-support/rtp2httpd/Makefile.versioned +++ b/openwrt-support/rtp2httpd/Makefile.versioned @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rtp2httpd -RELEASE_VERSION:=3.12.1 +RELEASE_VERSION:=3.12.2 PKG_VERSION:=$(shell echo "$(RELEASE_VERSION)" | sed 's/-\([a-z]*\)\.\([0-9]*\)/_\1\2/g') PKG_RELEASE:=1 @@ -16,7 +16,7 @@ export RELEASE_VERSION PKG_SOURCE:=rtp2httpd-v$(RELEASE_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/stackia/rtp2httpd/tar.gz/v$(RELEASE_VERSION)? -PKG_HASH:=ed401d248cc516587ec1f202268af9f8b2496e23d0d51bad7d261b5b8c1403d5 +PKG_HASH:=004845907fba4e7b7c38c1601157e4a33b0b843f79062cf1ecd82439fde6ea57 include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk