summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b7abaf7be689..695a008b828e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: cubercsl <2014cais01 at gmail dot com>
pkgname=dae
-pkgver=0.2.1
+pkgver=0.2.2
pkgrel=1
pkgdesc="A Linux lightweight and high-performance transparent proxy solution based on eBPF."
arch=(x86_64)
@@ -10,7 +10,7 @@ makedepends=(clang go)
source=(
"$_pkgname-$pkgver.zip::https://github.com/daeuniverse/dae/releases/download/v$pkgver/dae-full-src.zip"
)
-sha256sums=('8a9b4c1a3edaa1c910414cf3581c26b3cd775f4eba03e4f8a2c4ef132a9576ba')
+sha256sums=('884117b067f00c0ab39e0c6ae4e064c62f3a6b69eb2b8916dff2d619eeca1126')
build() {
export GOFLAGS="-buildmode=pie -trimpath -modcacherw"