Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / vale
Commits: b56628e3 by Robin Candau at 2024-11-18T10:34:54+01:00 upgpkg: 3.9.1-1: New upstream release https://github.com/errata-ai/vale/releases/tag/v3.9.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = vale pkgdesc = A markup-aware linter for prose built with speed and extensibility in mind - pkgver = 3.9.0 + pkgver = 3.9.1 pkgrel = 1 url = https://vale.sh arch = x86_64 @@ -9,7 +9,7 @@ pkgbase = vale depends = glibc depends = gcc-libs options = !lto - source = vale-3.9.0.tar.gz::https://github.com/errata-ai/vale/archive/v3.9.0.tar.gz - sha256sums = 393ddfef73206cab948709898fe6891b347568f7121d2ff517280128952a1f49 + source = vale-3.9.1.tar.gz::https://github.com/errata-ai/vale/archive/v3.9.1.tar.gz + sha256sums = 77cc65eab69827f3a3b372b4edd1e1d11079e087768038441cc26976ebe9b48d pkgname = vale ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: Achilleas Pipinellis <axilleas at archlinux dot gr> pkgname=vale -pkgver=3.9.0 +pkgver=3.9.1 pkgrel=1 pkgdesc="A markup-aware linter for prose built with speed and extensibility in mind" url="https://vale.sh" @@ -14,7 +14,7 @@ depends=('glibc' 'gcc-libs') makedepends=('go') options=(!lto) source=("${pkgname}-${pkgver}.tar.gz::https://github.com/errata-ai/vale/archive/v${pkgver}.tar.gz") -sha256sums=('393ddfef73206cab948709898fe6891b347568f7121d2ff517280128952a1f49') +sha256sums=('77cc65eab69827f3a3b372b4edd1e1d11079e087768038441cc26976ebe9b48d') prepare(){ cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/vale/-/commit/b56628e383c97e3f00f4259a7e8c638f93e1ca43 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/vale/-/commit/b56628e383c97e3f00f4259a7e8c638f93e1ca43 You're receiving this email because of your account on gitlab.archlinux.org.
