summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lambiris2021-10-07 23:28:56 -0400
committerTony Lambiris2021-10-07 23:28:56 -0400
commit80073676d66d2a1ab6542d7037734ff5eb140522 (patch)
tree526e236dfa24d715b4e93bd606485d18f42e0196
parent6752cba3a460bc3edab64cbc8ab80330450a566e (diff)
downloadaur-80073676d66d2a1ab6542d7037734ff5eb140522.tar.gz
Version bump
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD2
3 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa664c1c4ebd..5f86c0c2d1da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cilium-git
pkgdesc = API-aware Networking and Security for Containers based on BPF
- pkgver = 1.7.0rc4.r490.gb676c4c6c7
+ pkgver = 1.11.0rc0.r35.gda746075e6
pkgrel = 1
url = https://cilium.io/
arch = x86_64
@@ -21,4 +21,3 @@ pkgbase = cilium-git
sha256sums = f47ee5b436304aa55ffad29fd68e31be4b1261d3f81ba2a7a370e522705833e8
pkgname = cilium-git
-
diff --git a/.gitignore b/.gitignore
index 1b2d03bbd4a5..14bc69a438de 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
src
pkg
cilium-git
-*pkg.tar.xz
+*pkg.tar.*
tags
diff --git a/PKGBUILD b/PKGBUILD
index add995347346..e55a686713ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tony Lambiris <tony@libpcap.net>
pkgname=cilium-git
-pkgver=1.7.0rc4.r490.gb676c4c6c7
+pkgver=1.11.0rc0.r35.gda746075e6
pkgrel=1
pkgdesc="API-aware Networking and Security for Containers based on BPF"
arch=('x86_64')