From 99e755d87a9208ff3e1ef209feccd8d5a4c944d9 Mon Sep 17 00:00:00 2001 From: Gene C Date: Thu, 12 Sep 2024 10:34:39 -0400 Subject: [PATCH] update project version 4.10.0 --- .SRCINFO | 4 ++-- PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index d99e79ac1cb4..d97107b6b21a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = kea_config pkgdesc = Manage kea dhcp4 configs from single source config - pkgver = 4.9.0 + pkgver = 4.10.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.9.0 + source = git+https://github.com/gene-git/kea_config#tag=4.10.0 sha512sums = SKIP pkgname = kea_config diff --git a/PKGBUILD b/PKGBUILD index 4b55bfddcffb..106634c5b901 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,7 +10,7 @@ pkgname='kea_config' pkgdesc='Manage kea dhcp4 configs from single source config' _gitname='kea_config' -pkgver=4.9.0 +pkgver=4.10.0 pkgrel=1 url="https://github.com/gene-git/kea_config"