diff options
author | zswdcx | 2021-08-28 20:55:21 +0800 |
---|---|---|
committer | zswdcx | 2021-08-28 20:55:21 +0800 |
commit | 9b1ca73755b1d53ad3a4518ee48c0c2260b5c8d8 (patch) | |
tree | 295ebda240fadcc8590049b6a27dcbeeb3ae4fda | |
parent | 36afb112ad4751bbdc39b51c355f9fb5a0194c4d (diff) | |
download | aur-9b1ca73755b1d53ad3a4518ee48c0c2260b5c8d8.tar.gz |
emergency fix
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 | ||||
-rwxr-xr-x | vxray-rules-dat-updater | 3 |
3 files changed, 6 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = vxray-rules-dat-git pkgdesc = Enhanced edition of V2Ray and Xray rules dat files, compatible with Trojan-Go. Automaitcally update. DO NOT flag out-dated. - pkgver = r202108281136 + pkgver = r202108281137 pkgrel = 1 url = https://github.com/Loyalsoldier/v2ray-rules-dat install = vxray-rules-dat-git.install @@ -27,7 +27,7 @@ pkgbase = vxray-rules-dat-git source = vxray-rules-dat-updater.timer sha256sums = SKIP sha256sums = eb1d2175b8be7f9779639b2b24d8260f83116c9a743f1fb0052f056518ccfd11 - sha256sums = 1e3cc96020718f5c022b8b5b2cbb0b3b8236583817ce313cc35709b2d3cc1f99 + sha256sums = 42970e6b8eb68d3d317454ee64d904d393c7f7271f8b8358b34cb82fb74bc4de sha256sums = be8a1aa0fcb3a20387ebfc00e03466867d647de2b154c1606856e887cd8d7cf5 sha256sums = 1c3c0b854bbfd96b0d84383bfff84eb70e69ac5193b7a535f75183ca28634fc2 sha256sums = 9742ad89797cdcba3d2f1068807a884e09f3797419c19d61125c7c93cec9212b @@ -2,7 +2,7 @@ pkgname=vxray-rules-dat-git _pkgname=vxray-rules-dat pkgdesc="Enhanced edition of V2Ray and Xray rules dat files, compatible with Trojan-Go. Automaitcally update. DO NOT flag out-dated." -pkgver=r202108281136 +pkgver=r202108281137 pkgrel=1 arch=('any') url="https://github.com/Loyalsoldier/v2ray-rules-dat" @@ -28,7 +28,7 @@ source=( sha256sums=( 'SKIP' 'eb1d2175b8be7f9779639b2b24d8260f83116c9a743f1fb0052f056518ccfd11' - '1e3cc96020718f5c022b8b5b2cbb0b3b8236583817ce313cc35709b2d3cc1f99' + '42970e6b8eb68d3d317454ee64d904d393c7f7271f8b8358b34cb82fb74bc4de' 'be8a1aa0fcb3a20387ebfc00e03466867d647de2b154c1606856e887cd8d7cf5' '1c3c0b854bbfd96b0d84383bfff84eb70e69ac5193b7a535f75183ca28634fc2' '9742ad89797cdcba3d2f1068807a884e09f3797419c19d61125c7c93cec9212b' diff --git a/vxray-rules-dat-updater b/vxray-rules-dat-updater index be8427eaf1d..fd395bbf995 100755 --- a/vxray-rules-dat-updater +++ b/vxray-rules-dat-updater @@ -28,8 +28,9 @@ case "${1}" in "jsdelivr" | "js") download_files $JsDelivr ;; -"cfcdn" | "cf" +"cfcdn" | "cf") download_files $CfCDN + ;; *) download_files $GitHub ;; |