...
 
Commits (2)
    https://gitcode.net/weixin_43788435/helloworld/-/commit/80c2f9b24e1b66607eaa2ee1a3352f9ec7a3fee1 xray-plugin: update to 1.8.3 2023-06-19T23:43:56+08:00 Beginner 70857188+Beginner-Go@users.noreply.github.com https://gitcode.net/weixin_43788435/helloworld/-/commit/ec31a7dbb19b6f1a9b197489fec986b07b770c76 xray-core: update to 1.8.3 2023-06-19T23:44:52+08:00 Beginner 70857188+Beginner-Go@users.noreply.github.com
include $(TOPDIR)/rules.mk
PKG_NAME:=xray-core
PKG_VERSION:=1.8.1
PKG_VERSION:=1.8.3
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/XTLS/Xray-core/tar.gz/v$(PKG_VERSION)?
PKG_HASH:=477ad92b80700b4742e59ad7848ca4726201841a57339e4c1bf9012e395622e2
PKG_HASH:=bdfa65c15cd25f931745d9c70c753503db5d119ff11960ca7b3a2e19c4b0a8d1
PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org>
PKG_LICENSE:=MPL-2.0
......
......@@ -5,12 +5,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=xray-plugin
PKG_VERSION:=1.8.1
PKG_VERSION:=1.8.3
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/teddysun/xray-plugin/tar.gz/v$(PKG_VERSION)?
PKG_HASH:=b86b265bd55984c74b80c8b044dfa0cdded448cc92bc8a923b677ca8d54eaa86
PKG_HASH:=78c9c7f3e049d555b68914b545224cb9fd8253b75fe797a62a54b6e9af0bf870
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE
......