Downdload LICENSE by tag

This commit is contained in:
AkinoKaede 2020-11-27 12:41:48 +08:00
parent 8d180d2aed
commit 989dfdf632
No known key found for this signature in database
GPG key ID: C687746B27587C0D
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ pkgbase = xray-bin
conflicts = xray
backup = etc/xray/config.json
source = xray-bin-1.0.0.tar.gz::https://github.com/XTLS/Xray-core/releases/download/v1.0.0/Xray-linux-64.zip
source = LICENSE::https://raw.githubusercontent.com/XTLS/Xray-core/main/LICENSE
source = LICENSE::https://raw.githubusercontent.com/XTLS/Xray-core/v1.0.0/LICENSE
source = config.json
source = vpoint_socks_vmess.json
source = vpoint_vmess_freedom.json

View file

@ -1,5 +1,5 @@
# Maintainer: AkinoKaede <autmaple@protonmail.com>
# Special thanks: Felix Yan <felixonmars@archlinux.org>
# Special thanks: Felix Yan <felixonmars@archlinux.org>
# Contributor: pandada8 <pandada8@gmail.com>
pkgname=xray-bin
@ -15,7 +15,7 @@ provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
source=(
"$pkgname-$pkgver.tar.gz::https://github.com/XTLS/Xray-core/releases/download/v$pkgver/Xray-linux-64.zip"
"LICENSE::https://raw.githubusercontent.com/XTLS/Xray-core/main/LICENSE"
"LICENSE::https://raw.githubusercontent.com/XTLS/Xray-core/v$pkgver/LICENSE"
"config.json"
"vpoint_socks_vmess.json"
"vpoint_vmess_freedom.json"