Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / check-jsonschema
Commits: 012c2bad by Robin Candau at 2024-06-11T09:08:55+02:00 upgpkg: 0.28.5-1: New upstream release https://github.com/python-jsonschema/check-jsonschema/releases/tag/0.28.5 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = check-jsonschema pkgdesc = A JSON Schema CLI and pre-commit hook built on jsonschema - pkgver = 0.28.4 + pkgver = 0.28.5 pkgrel = 1 url = https://github.com/python-jsonschema/check-jsonschema arch = any @@ -24,8 +24,8 @@ pkgbase = check-jsonschema depends = python-ruamel-yaml optdepends = python-json5: for JSON5 support optdepends = python-orjson: for using orjson as JSON parser - source = https://github.com/python-jsonschema/check-jsonschema/archive/0.28.4/check-jsonschema-0.28.4.tar.gz - sha512sums = f4c693ea0951c246814775f26d5c3e5de8020484a92ae15e2a13e284ccb2c58f2bdf7dbdb66612661304f5ff9e6ba88eb3f89e7f0ad23a3f6fc8fcc61372ceea - b2sums = a5355ed124d6e3bd076403448c3d7fa7c62524c6da49eb5a61d226485639812bdea28b53c570b084e976749b92c1ee586b0285111a543b1a3e8a734ea8d6cc67 + source = https://github.com/python-jsonschema/check-jsonschema/archive/0.28.5/check-jsonschema-0.28.5.tar.gz + sha512sums = 7f23b17bc9a30b502e2bab41d2c6bc422e6ebb52ed7fd24a6fd5d3d6032d913552378e5f584f20fb432d942194d48ccfa9044b9589d883c5da6fc2967cba9099 + b2sums = e0ff419c1a12363a31386d0f5538e86b669efe99d74cb1b45cc293d729be7f0023c2ac571200922b8de175d00a5769e686041ee1578874f8bd152e0b081f58e9 pkgname = check-jsonschema ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Robin Candau <[email protected]> pkgname=check-jsonschema -pkgver=0.28.4 +pkgver=0.28.5 pkgrel=1 pkgdesc="A JSON Schema CLI and pre-commit hook built on jsonschema" arch=(any) @@ -36,8 +36,8 @@ optdepends=( 'python-orjson: for using orjson as JSON parser' ) source=($url/archive/$pkgver/$pkgname-$pkgver.tar.gz) -sha512sums=('f4c693ea0951c246814775f26d5c3e5de8020484a92ae15e2a13e284ccb2c58f2bdf7dbdb66612661304f5ff9e6ba88eb3f89e7f0ad23a3f6fc8fcc61372ceea') -b2sums=('a5355ed124d6e3bd076403448c3d7fa7c62524c6da49eb5a61d226485639812bdea28b53c570b084e976749b92c1ee586b0285111a543b1a3e8a734ea8d6cc67') +sha512sums=('7f23b17bc9a30b502e2bab41d2c6bc422e6ebb52ed7fd24a6fd5d3d6032d913552378e5f584f20fb432d942194d48ccfa9044b9589d883c5da6fc2967cba9099') +b2sums=('e0ff419c1a12363a31386d0f5538e86b669efe99d74cb1b45cc293d729be7f0023c2ac571200922b8de175d00a5769e686041ee1578874f8bd152e0b081f58e9') check() { # we don't support pinning View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/check-jsonschema/-/commit/012c2badf36b866aa05a19d1c2ad2837c0f35658 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/check-jsonschema/-/commit/012c2badf36b866aa05a19d1c2ad2837c0f35658 You're receiving this email because of your account on gitlab.archlinux.org.
