fix nebula-bgme

This commit is contained in:
bgme 2023-12-29 21:16:31 +08:00
parent 3cb448beb7
commit 575aa61f2b
2 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
# Maintainer: Robin Broda <coderobe @ archlinux.org>
pkgname=nebula-bgme
_pkgname=nebula
pkgver=1.7.2
pkgrel=2
pkgver=1.8.1
pkgrel=1
pkgdesc='A scalable overlay networking tool with a focus on performance, simplicity and security'
arch=('x86_64')
url='https://github.com/slackhq/nebula'
@ -13,7 +13,7 @@ options=('!lto')
conflicts=('nebula')
provides=('nebula')
source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
sha256sums=('c4771ce6eb3e142f88f5f4c12443cfca140bf96b2746c74f9536bd1a362f3f88')
sha256sums=('85c048b6d39296eeb8cf2d3324124d834011121383d0550662018190494d433e')
build() {
cd "${_pkgname}-${pkgver}"

View file

@ -15,4 +15,4 @@ def pre_build():
tag = get_latest_release_tag()
pkgver = tag.lstrip('v')
update_pkgver_and_pkgrel(pkgver, True)
update_pkgver_and_pkgrel(pkgver, updpkgsums=True)