summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcubercsl2023-03-22 22:56:11 +0800
committercubercsl2023-03-22 22:56:11 +0800
commit94cecf338337a69989e1e0f42e1b3a1767bd12ad (patch)
tree7c43416ba4fa03a29f10400fd6ef533b37fdf66c
parent0e98e8f9760c2ebc270d5f6a4e8320866c04b2c6 (diff)
downloadaur-94cecf338337a69989e1e0f42e1b3a1767bd12ad.tar.gz
[lilac] updated to 0.1.2-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a40cfe2b9b1..b4f9975d2464 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dae
pkgdesc = A Linux lightweight and high-performance transparent proxy solution based on eBPF.
- pkgver = 0.1.1
+ pkgver = 0.1.2
pkgrel = 1
url = https://github.com/daeuniverse/dae
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = dae
makedepends = clang
makedepends = llvm
makedepends = go
- source = dae::https://github.com/daeuniverse/dae/archive/refs/tags/v0.1.1.tar.gz
- source = dae_bpf_headers::https://github.com/daeuniverse/dae_bpf_headers/archive/378c3c576e0f4c785a3d5e71400b552725527f30.tar.gz
- sha256sums = 2ce70276c9bf1293ad9d69fe22d53fdd097c1efca5e964424daf400e30e92234
+ source = https://github.com/daeuniverse/dae/archive/refs/tags/v0.1.2.tar.gz
+ source = https://github.com/daeuniverse/dae_bpf_headers/archive/378c3c576e0f4c785a3d5e71400b552725527f30.tar.gz
+ sha256sums = 0af17309aa04c00d7b99bbd4b24e840cb02681c225b3dad762dedff51031901c
sha256sums = 475387ddff6e281ee21a39948d1d90bf728e5bcb16ea678e9038ed6a350b7016
pkgname = dae
diff --git a/PKGBUILD b/PKGBUILD
index 92a980b37112..34a02c5827ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,8 @@ pkgname=(
$_pkgname
$_pkgname-geoip-v2raycompat
$_pkgname-geosite-v2raycompat
-
)
-pkgver=0.1.1
+pkgver=0.1.2
pkgrel=1
pkgdesc="A Linux lightweight and high-performance transparent proxy solution based on eBPF."
arch=(x86_64)
@@ -16,10 +15,10 @@ url="https://github.com/daeuniverse/dae"
license=('AGPL')
makedepends=(clang llvm go)
source=(
- "$_pkgname::https://github.com/daeuniverse/dae/archive/refs/tags/v$pkgver.tar.gz"
- "dae_bpf_headers::https://github.com/daeuniverse/dae_bpf_headers/archive/$_header_commit.tar.gz"
+ "https://github.com/daeuniverse/dae/archive/refs/tags/v$pkgver.tar.gz"
+ "https://github.com/daeuniverse/dae_bpf_headers/archive/$_header_commit.tar.gz"
)
-sha256sums=('2ce70276c9bf1293ad9d69fe22d53fdd097c1efca5e964424daf400e30e92234'
+sha256sums=('0af17309aa04c00d7b99bbd4b24e840cb02681c225b3dad762dedff51031901c'
'475387ddff6e281ee21a39948d1d90bf728e5bcb16ea678e9038ed6a350b7016')
prepare() {