update project version 4.7.0

This commit is contained in:
Gene C 2024-04-26 19:53:22 -04:00
parent 47d29e1a71
commit 3a7e83480b
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
pkgbase = kea_config
pkgdesc = Manage kea dhcp4 configs from single source config
pkgver = 4.6.1
pkgver = 4.7.0
pkgrel = 1
url = https://github.com/gene-git/kea_config
arch = any
@ -14,7 +14,7 @@ pkgbase = kea_config
depends = python>3.10
depends = python-dnspython
depends = python-toml
source = git+https://github.com/gene-git/kea_config#tag=4.6.1
source = git+https://github.com/gene-git/kea_config#tag=4.7.0
sha512sums = SKIP
pkgname = kea_config

View file

@ -10,7 +10,7 @@ pkgname='kea_config'
pkgdesc='Manage kea dhcp4 configs from single source config'
_gitname='kea_config'
pkgver=4.6.1
pkgver=4.7.0
pkgrel=1
url="https://github.com/gene-git/kea_config"