Update to v23.4.11

This commit is contained in:
Callum Parsey 2023-07-02 11:58:21 +09:30
parent b637b166db
commit d18b179b37
No known key found for this signature in database
GPG key ID: B4C65A212A16DF3B
2 changed files with 8 additions and 7 deletions

View file

@ -1,6 +1,6 @@
pkgbase = validatornu
pkgdesc = The Nu Html Checker, a command line tool for HTML5 markup validation
pkgver = 22.9.29
pkgver = 23.4.11
pkgrel = 1
url = https://validator.github.io/validator/
arch = any
@ -10,12 +10,13 @@ pkgbase = validatornu
license = CDDL
license = EPL
license = MPL
depends = bash
depends = java-environment>=8
source = validatornu
source = https://registry.npmjs.org/vnu-jar/-/vnu-jar-22.9.29.tgz
source = https://raw.githubusercontent.com/validator/validator/22.9.29/CREDITS
source = https://registry.npmjs.org/vnu-jar/-/vnu-jar-23.4.11.tgz
source = https://raw.githubusercontent.com/validator/validator/23.4.11/CREDITS
sha256sums = 96cd47b569b8c79a60f3bea22159444919b418ef20d8beb4b223a6389aabbf25
sha256sums = 651b8183b1ffed596260b19b4e2865ff6f4711b1881fdbfe5525af4a72f7cd63
sha256sums = cbba595a86d680d48e9c5261a16d9ef409e5658ad8aa47081c593690a652cf0f
sha256sums = b7f78e603da0e9aa19adb63a3c12af5c8c16e40c43ac115a017cc7ed2517e9fb
pkgname = validatornu

View file

@ -3,18 +3,18 @@
# Contributor: Simon Legner <Simon.Legner@gmail.com>
pkgname=validatornu
pkgver=22.9.29
pkgver=23.4.11
pkgrel=1
pkgdesc="The Nu Html Checker, a command line tool for HTML5 markup validation"
arch=('any')
url="https://validator.github.io/validator/"
license=('MIT' 'BSD' 'Apache' 'CDDL' 'EPL' 'MPL')
depends=('java-environment>=8')
depends=('bash' 'java-environment>=8')
source=("validatornu"
"https://registry.npmjs.org/vnu-jar/-/vnu-jar-$pkgver.tgz"
"https://raw.githubusercontent.com/validator/validator/$pkgver/CREDITS")
sha256sums=('96cd47b569b8c79a60f3bea22159444919b418ef20d8beb4b223a6389aabbf25'
'651b8183b1ffed596260b19b4e2865ff6f4711b1881fdbfe5525af4a72f7cd63'
'cbba595a86d680d48e9c5261a16d9ef409e5658ad8aa47081c593690a652cf0f'
'b7f78e603da0e9aa19adb63a3c12af5c8c16e40c43ac115a017cc7ed2517e9fb')
package() {