mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 05:02:00 +01:00
update project version 5.0.1
This commit is contained in:
parent
af52ec638d
commit
0e397eade2
3 changed files with 11 additions and 12 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = kea_config
|
||||
pkgdesc = Manage kea dhcp4 configs from single source config
|
||||
pkgver = 5.0.0
|
||||
pkgver = 5.0.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/gene-git/kea_config
|
||||
arch = any
|
||||
|
|
@ -13,7 +13,7 @@ pkgbase = kea_config
|
|||
makedepends = rsync
|
||||
depends = python>=3.13
|
||||
depends = python-dnspython
|
||||
source = git+https://github.com/gene-git/kea_config#tag=5.0.0
|
||||
source = git+https://github.com/gene-git/kea_config#tag=5.0.1
|
||||
validpgpkeys = 7CCA1BA66669F3273DB52678E5B81343AB9809E1
|
||||
sha512sums = SKIP
|
||||
|
||||
|
|
|
|||
17
Changelog
17
Changelog
|
|
@ -1,10 +1,16 @@
|
|||
-------------------------------------------------------
|
||||
Changelog : kea_config
|
||||
Tags : 4.13.0 ➙ 5.0.0
|
||||
: 2024-12-31 ➙ 2025-07-20
|
||||
Tags : 4.14.0 ➙ 5.0.1
|
||||
: 2025-03-23 ➙ 2025-07-20
|
||||
: 6 tags. See Docs for full changelog
|
||||
-------------------------------------------------------
|
||||
|
||||
2025-07-20 : 5.0.1
|
||||
readme - more rst tweaks
|
||||
more readme
|
||||
Readme: tidy up some rst
|
||||
update Docs/Changelog Docs/kea_config.pdf
|
||||
|
||||
2025-07-20 : 5.0.0
|
||||
update Docs/Changelog Docs/kea_config.pdf
|
||||
Code re-org/cleanup.
|
||||
|
|
@ -24,10 +30,3 @@
|
|||
2025-03-23 : 4.14.0
|
||||
Better error handling of host reservations/dns_net when missing info
|
||||
2024-12-31 update Docs/Changelog.rst Docs/kea_config.pdf
|
||||
|
||||
2024-12-31 : 4.13.0
|
||||
Git tags are now signed.
|
||||
Update SPDX tags
|
||||
Add git signing key to Arch Package
|
||||
Bump python version
|
||||
2024-12-19 update Docs/Changelog.rst Docs/kea_config.pdf
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -10,7 +10,7 @@ pkgname='kea_config'
|
|||
pkgdesc='Manage kea dhcp4 configs from single source config'
|
||||
_gitname='kea_config'
|
||||
|
||||
pkgver=5.0.0
|
||||
pkgver=5.0.1
|
||||
pkgrel=1
|
||||
url="https://github.com/gene-git/kea_config"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue