net-proxy/Throne: add 1.0.2, drop 1.0.0

Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
This commit is contained in:
Pavel Sobolev
2025-08-19 17:04:22 +03:00
parent 19285ba2e9
commit 12ec37d941
2 changed files with 3 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
DIST Throne-1.0.0-deps.tar.xz 5065308 BLAKE2B d3a42a81257f39826aa271a897fc7409c9fa723aa5308f5f1d2fb2ef7b2b2a4053b90945d1ee0b4e92d3721408c68ced81ea7b6f1419ad6270b75ce606a010b2 SHA512 2cce09c9de090232c193e252bd9dfc8b77a576a67979e49eba684724549adeb48017eda930031875fc91a91bd0c60e1fee90ba9f9c22d2d79827e2bd4b0754d1
DIST Throne-1.0.0.tar.gz 1388531 BLAKE2B 1ad1869899ccd1de6545c9485bdd930265039a276ea336bfc423f9bb6f70b61f5a0156dd0804614d59c39507c8f2f6ff3172a5305e53af3eebad7f0ff9e8c15e SHA512 f48386bbe9638fa2a6835bc71c011294e70f982693eceeccf888d61cbdd234aa221890ab130d053b80f9f825cb82672be8c445d4d9ba48ac2deea33be3396237
DIST Throne-1.0.2-deps.tar.xz 7013384 BLAKE2B 3be05e325c1b2e7552abb40ed8c84a6cdd7ebc0ffd2279899296f1cea3e49a900f3a2aa869c812fdcc8a9e31bb155951fe7ae7acc40213efa837b8948f199579 SHA512 474621102d024ce9b0b561d839f3d040d3a731ec108830a86c160cf221a4400931394017a02aa54d99719e9ae6b689a5ce07f469a21a52c3905f2d04135fb482
DIST Throne-1.0.2.tar.gz 1396919 BLAKE2B 2c471cae5bf016ba8ad32b647f9bbaaabefdbc62c95a9e5d644f0fc455a18a7679f8145151bf2b43ad65d308cd19708b01d69de756e2ca65d44db29f9d86117e SHA512 f0e495733eb840e0b4fc809f511f948d6fcd60537a01843cba798f03787e2e94c957cc47f09397ca143b7ac587c9df32c7d7407b39557d2e0dfaa66bfb4f7730

View File

@@ -77,7 +77,7 @@ src_compile() {
VERSION_SINGBOX=$(go list -m -f '{{.Version}}' github.com/sagernet/sing-box)
ego build \
-trimpath -ldflags "-w -s -X 'github.com/sagernet/sing-box/constant.Version=${VERSION_SINGBOX}'" \
-tags "with_clash_api,with_gvisor,with_quic,with_wireguard,with_utls,with_ech,with_dhcp"
-tags "with_clash_api,with_gvisor,with_quic,with_wireguard,with_utls,with_dhcp,with_tailscale"
}
src_install() {