summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2024-04-15 20:40:10 +0800
committerlilac2024-04-15 20:40:10 +0800
commit4b484910cf2dcef5cc5cc7483f1e0f62ac4f82d8 (patch)
tree9fa37e2c2dd475b01279cd53d6683dd96df75c33 /PKGBUILD
parent875199cc25732244a383eb2ac39474c10c775888 (diff)
downloadaur-dae.tar.gz
[lilac] updated to 0.6.0rc2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d77834569eb6..54f51e46f7b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: cubercsl <2014cais01 at gmail dot com>
pkgname=dae
-pkgver=0.6.0rc1
+pkgver=0.6.0rc2
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=('598196a2f7c34b132e2a3bbb2a0f823d44d22a5845f8ca60155628607fd12e1c')
+sha256sums=('4a7340a7fa3039884ef3da275d3a9294b2f27c53a312c95a5c636ca1946f1949')
build() {
export GOFLAGS="-buildmode=pie -trimpath -modcacherw"