Explorar el Código

xray-core: fix sha256 error

Beginner hace 4 años
padre
commit
b151c79565
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      xray-core/Makefile

+ 1 - 1
xray-core/Makefile

@@ -6,7 +6,7 @@ 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:=abe2f3fb41dc31841a77bef5f38eb8eb08d1f4b2c3735f53b6745b6de58a2680
+PKG_HASH:=0dfedb6e133f431e9588a84b7a36112e058bf09ced2d10ffe603ab0db6610430
 
 PKG_MAINTAINER:=Tianling Shen <[email protected]>
 PKG_LICENSE:=MPL-2.0