summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2023-08-03 05:34:53 +0800
committerlilac2023-08-03 05:34:53 +0800
commit23f8e0847fc02f7a92e48bd6619c370d024f34af (patch)
treea6bf39b769466a89fed0041b7a8eb9aea1b50017
parent93d52335789b95e1708fbef407dd86b63139f9d7 (diff)
downloadaur-23f8e0847fc02f7a92e48bd6619c370d024f34af.tar.gz
[lilac] updated to 0.2.3-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51e1355658f8..0397228bda69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = dae
pkgdesc = A Linux lightweight and high-performance transparent proxy solution based on eBPF.
- pkgver = 0.2.2
- pkgrel = 3
+ pkgver = 0.2.3
+ pkgrel = 1
url = https://github.com/daeuniverse/dae
arch = x86_64
arch = aarch64
license = AGPL
makedepends = clang
makedepends = go
- source = -0.2.2.zip::https://github.com/daeuniverse/dae/releases/download/v0.2.2/dae-full-src.zip
- sha256sums = 884117b067f00c0ab39e0c6ae4e064c62f3a6b69eb2b8916dff2d619eeca1126
+ source = -0.2.3.zip::https://github.com/daeuniverse/dae/releases/download/v0.2.3/dae-full-src.zip
+ sha256sums = 98df8c161f3ae0ac9cc875186f48baf0dd8d0cd199201f6bc2105bade49d5a9b
pkgname = dae
depends = glibc
diff --git a/PKGBUILD b/PKGBUILD
index 1686eacece8d..5fe8cd836455 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: cubercsl <2014cais01 at gmail dot com>
pkgname=dae
-pkgver=0.2.2
-pkgrel=3
+pkgver=0.2.3
+pkgrel=1
pkgdesc="A Linux lightweight and high-performance transparent proxy solution based on eBPF."
arch=(x86_64 aarch64)
url="https://github.com/daeuniverse/dae"
@@ -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=('884117b067f00c0ab39e0c6ae4e064c62f3a6b69eb2b8916dff2d619eeca1126')
+sha256sums=('98df8c161f3ae0ac9cc875186f48baf0dd8d0cd199201f6bc2105bade49d5a9b')
build() {
export GOFLAGS="-buildmode=pie -trimpath -modcacherw"