mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 20:52:55 +01:00
Downdload LICENSE by tag
This commit is contained in:
parent
8d180d2aed
commit
989dfdf632
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue