diff options
author | lilac | 2024-06-16 21:47:29 +0800 |
---|---|---|
committer | lilac | 2024-06-16 21:47:29 +0800 |
commit | c6037f14008dd813c069e643f3faa8a13dbae43c (patch) | |
tree | a65d97099ae49852ea1ee5fab8b316956603bef7 | |
parent | 5987c319f6a68a12fa79987407090d378cdae325 (diff) | |
download | aur-c6037f14008dd813c069e643f3faa8a13dbae43c.tar.gz |
[lilac] updated to 0.7.0rc1-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = dae pkgdesc = A Linux lightweight and high-performance transparent proxy solution based on eBPF. - pkgver = 0.6.0 + pkgver = 0.7.0rc1 pkgrel = 1 url = https://github.com/daeuniverse/dae install = dae.install @@ -13,7 +13,7 @@ pkgbase = dae depends = v2ray-geoip depends = v2ray-domain-list-community backup = etc/dae/config.dae - source = dae-0.6.0.zip::https://github.com/daeuniverse/dae/releases/download/v0.6.0/dae-full-src.zip - sha256sums = e4ab51493f7a65402b468c38647e79cfa669203b5295a616b7f8c1416d8f1bbe + source = dae-0.7.0rc1.zip::https://github.com/daeuniverse/dae/releases/download/v0.7.0rc1/dae-full-src.zip + sha256sums = 3b8fbb823cbabe917edfe71fbe686ff549b0ae0bb527445fc713401ae11309b6 pkgname = dae @@ -1,7 +1,7 @@ # Maintainer: cubercsl <2014cais01 at gmail dot com> pkgname=dae -pkgver=0.6.0 +pkgver=0.7.0rc1 pkgrel=1 pkgdesc="A Linux lightweight and high-performance transparent proxy solution based on eBPF." arch=('x86_64' 'aarch64') @@ -16,7 +16,7 @@ makedepends=('clang' 'go') backup=("etc/${pkgname}/config.${pkgname}") source=("${pkgname}-${pkgver}.zip::${url}/releases/download/v${pkgver}/${pkgname}-full-src.zip") install="${pkgname}.install" -sha256sums=('e4ab51493f7a65402b468c38647e79cfa669203b5295a616b7f8c1416d8f1bbe') +sha256sums=('3b8fbb823cbabe917edfe71fbe686ff549b0ae0bb527445fc713401ae11309b6') build() { export GOFLAGS="-buildmode=pie -trimpath -modcacherw" |