Date: Saturday, December 17, 2022 @ 00:55:03
Author: coderobe
Revision: 1359702
upgpkg: nebula 1.6.1-1
Modified:
nebula/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-17 00:49:48 UTC (rev 1359701)
+++ PKGBUILD 2022-12-17 00:55:03 UTC (rev 1359702)
@@ -1,6 +1,6 @@
# Maintainer: Robin Broda <coderobe @ archlinux.org>
pkgname=nebula
-pkgver=1.6.0
+pkgver=1.6.1
pkgrel=1
pkgdesc='A scalable overlay networking tool with a focus on performance,
simplicity and security'
arch=('x86_64')
@@ -10,7 +10,7 @@
makedepends=('go')
options=('!lto')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('b16638b99d80a4ae6373f7757a0064dc0defd3f9e165617e7b5c3be9e64d3605')
+sha256sums=('SKIP')
build() {
cd "${pkgname}-${pkgver}"