summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcubercsl2023-04-09 21:01:05 +0800
committercubercsl2023-04-09 21:01:05 +0800
commitc77c333936558504703f7374e042af109dcc9ce4 (patch)
treebea310a8a6457b34f0066fb2e45165ff51098f7a
parent28e4fe32375c9d9680f12887b76f30392a2bd9d3 (diff)
downloadaur-c77c333936558504703f7374e042af109dcc9ce4.tar.gz
[lilac] updated to 0.1.6-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52deedaf80f1..3218fdc5f097 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = dae
pkgdesc = A Linux lightweight and high-performance transparent proxy solution based on eBPF.
- pkgver = 0.1.5
- pkgrel = 2
+ pkgver = 0.1.6
+ pkgrel = 1
url = https://github.com/daeuniverse/dae
arch = x86_64
license = AGPL
makedepends = clang
makedepends = llvm
makedepends = go
- source = https://github.com/daeuniverse/dae/releases/download/v0.1.5/dae-full-src.zip
+ source = https://github.com/daeuniverse/dae/releases/download/v0.1.6/dae-full-src.zip
sha256sums = 226aa5a8538ebcc009391fbeb7cad56ec60207a64bb43c8cbd89a60412c79b1a
pkgname = dae
diff --git a/PKGBUILD b/PKGBUILD
index 7d953cd52ff3..d8962045a5cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgname=(
$_pkgname-geoip-v2raycompat
$_pkgname-geosite-v2raycompat
)
-pkgver=0.1.5
-pkgrel=2
+pkgver=0.1.6
+pkgrel=1
pkgdesc="A Linux lightweight and high-performance transparent proxy solution based on eBPF."
arch=(x86_64)
url="https://github.com/daeuniverse/dae"