Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
miniupnpc
Commits:
3080df4c by Antonio Rojas at 2024-03-30T21:27:01+01:00
upgpkg: 2.2.7-1: Update to 2.2.7
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = miniupnpc
pkgdesc = Small UPnP client library/tool to access Internet Gateway
Devices
- pkgver = 2.2.6
+ pkgver = 2.2.7
pkgrel = 1
url = https://miniupnp.tuxfamily.org/
arch = x86_64
@@ -10,12 +10,12 @@ pkgbase = miniupnpc
makedepends = lsb-release
makedepends = python
makedepends = python-setuptools
- source = https://miniupnp.tuxfamily.org/files/miniupnpc-2.2.6.tar.gz
- source = https://miniupnp.tuxfamily.org/files/miniupnpc-2.2.6.tar.gz.sig
+ source = https://miniupnp.tuxfamily.org/files/miniupnpc-2.2.7.tar.gz
+ source = https://miniupnp.tuxfamily.org/files/miniupnpc-2.2.7.tar.gz.sig
validpgpkeys = 751E9FF6944A3B36A5432216DB511043A31ACAAF
- sha512sums =
012a7a7c96694890af458933f0bc14573f5c85cc5f3021854e1a965574f993be174ca15c1b0edb224333c2560c3a44cd68a067527db832475a16dbbaaaf48125
+ sha512sums =
d24e653c2f7bfed4485342c5ec8d18b4dd4c3430975b5fae392d3534f38bb3fb59e6638e76d57847f49045e22f3afd6cac128d7d9d10ef05bd6ad24ef38303b6
sha512sums = SKIP
- b2sums =
bf5ea9ce0194dcff47763989da6eea0282fe2507bab79a14bb699aa1f843730c95b448030d8100241787b899d3cc5e4e7ab4633ee2a97b9121eea05c90b138b0
+ b2sums =
5681c1747c8e330442a0ad46d673e1739283bfc23571cb2225abf82326caa7da979911b3182cab2e3eea49140b90619f4e00bb5b1e2f0cd6067c28017cf87016
b2sums = SKIP
pkgname = miniupnpc
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgbase=miniupnpc
pkgname=(miniupnpc python-miniupnpc)
-pkgver=2.2.6
+pkgver=2.2.7
pkgrel=1
pkgdesc='Small UPnP client library/tool to access Internet Gateway Devices'
url='https://miniupnp.tuxfamily.org/'
@@ -12,9 +12,9 @@ arch=('x86_64')
license=('BSD')
makedepends=('sh' 'glibc' 'lsb-release' 'python' 'python-setuptools')
source=(https://miniupnp.tuxfamily.org/files/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha512sums=('012a7a7c96694890af458933f0bc14573f5c85cc5f3021854e1a965574f993be174ca15c1b0edb224333c2560c3a44cd68a067527db832475a16dbbaaaf48125'
+sha512sums=('d24e653c2f7bfed4485342c5ec8d18b4dd4c3430975b5fae392d3534f38bb3fb59e6638e76d57847f49045e22f3afd6cac128d7d9d10ef05bd6ad24ef38303b6'
'SKIP')
-b2sums=('bf5ea9ce0194dcff47763989da6eea0282fe2507bab79a14bb699aa1f843730c95b448030d8100241787b899d3cc5e4e7ab4633ee2a97b9121eea05c90b138b0'
+b2sums=('5681c1747c8e330442a0ad46d673e1739283bfc23571cb2225abf82326caa7da979911b3182cab2e3eea49140b90619f4e00bb5b1e2f0cd6067c28017cf87016'
'SKIP')
validpgpkeys=(
'751E9FF6944A3B36A5432216DB511043A31ACAAF' # miniupnp (miniupnp !)
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/miniupnpc/-/commit/3080df4c10d72859a49694a708d52be763d23de9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/miniupnpc/-/commit/3080df4c10d72859a49694a708d52be763d23de9
You're receiving this email because of your account on gitlab.archlinux.org.