* update mtools to 1:4.0.46-1

This commit is contained in:
Alexander Baldeck 2024-12-16 17:50:28 +01:00
parent 8fa8a596ee
commit 5975824d3b
3 changed files with 12 additions and 8 deletions

View File

@ -1,6 +1,6 @@
pkgbase = mtools
pkgdesc = A collection of utilities to access MS-DOS disks
pkgver = 4.0.45
pkgver = 4.0.46
pkgrel = 1
epoch = 1
url = https://www.gnu.org/software/mtools/
@ -17,12 +17,12 @@ pkgbase = mtools
optdepends = libx11: required by floppyd
optdepends = libxau: required by floppyd
backup = etc/mtools.conf
source = https://ftp.gnu.org/gnu/mtools/mtools-4.0.45.tar.bz2
source = https://ftp.gnu.org/gnu/mtools/mtools-4.0.45.tar.bz2.sig
source = https://ftp.gnu.org/gnu/mtools/mtools-4.0.46.tar.bz2
source = https://ftp.gnu.org/gnu/mtools/mtools-4.0.46.tar.bz2.sig
validpgpkeys = 51A23D9D7C4DF41AA48FA893E99CF5537790B839
sha512sums = 2c0c557af6d3a2291862a15dd25628b8312dd2bb1f866c70db96b0241018550a884eb2b098a0e9b2c86c35246bc9b19deeb276e026cb223072605e97f0ab8579
sha512sums = 53f70ae5baece113dc27eadd226a75e236c99dee46afddbd80ad219ba9105549cf0e2fa35df4db5aff81ccfff71b4327f67d37cd0daf4ee5a96383a3352ed446
sha512sums = SKIP
b2sums = aa0db475e6aea91df0383381913db8dd0857543d6d07cfbca4b73446560f51d5478bed0adeb682a8493505115246787234261c2a2ad1a10f23e7faa38c8b7e13
b2sums = c37f2df4cb3415fb97d7e54dc5f44c34e9c997ed4a44feaca62e2a6aff47c2eb346e43c36cbfcd1a5e0a9daa2b67dbbe759f4d7a49fbdc44c2fe3753770930ec
b2sums = SKIP
pkgname = mtools

4
mtools/.nvchecker.toml Normal file
View File

@ -0,0 +1,4 @@
[mtools]
source = "regex"
regex = "mtools-([\\d.]+)\\.tar\\.bz2?"
url = "https://ftp.gnu.org/gnu/mtools/"

View File

@ -4,7 +4,7 @@
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=mtools
pkgver=4.0.45
pkgver=4.0.46
pkgrel=1
epoch=1
pkgdesc="A collection of utilities to access MS-DOS disks"
@ -27,9 +27,9 @@ optdepends=(
)
backup=(etc/$pkgname.conf)
source=(https://ftp.gnu.org/gnu/mtools/$pkgname-$pkgver.tar.bz2{,.sig})
sha512sums=('2c0c557af6d3a2291862a15dd25628b8312dd2bb1f866c70db96b0241018550a884eb2b098a0e9b2c86c35246bc9b19deeb276e026cb223072605e97f0ab8579'
sha512sums=('53f70ae5baece113dc27eadd226a75e236c99dee46afddbd80ad219ba9105549cf0e2fa35df4db5aff81ccfff71b4327f67d37cd0daf4ee5a96383a3352ed446'
'SKIP')
b2sums=('aa0db475e6aea91df0383381913db8dd0857543d6d07cfbca4b73446560f51d5478bed0adeb682a8493505115246787234261c2a2ad1a10f23e7faa38c8b7e13'
b2sums=('c37f2df4cb3415fb97d7e54dc5f44c34e9c997ed4a44feaca62e2a6aff47c2eb346e43c36cbfcd1a5e0a9daa2b67dbbe759f4d7a49fbdc44c2fe3753770930ec'
'SKIP')
validpgpkeys=('51A23D9D7C4DF41AA48FA893E99CF5537790B839') # Alain KNAFF <alain@knaff.lu>