Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / vale
Commits: c4326cc1 by Robin Candau at 2024-10-22T07:29:27+02:00 upgpkg: 3.8.0-1: New upstream release https://github.com/errata-ai/vale/releases/tag/v3.8.0 - - - - - 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.7.1 + pkgver = 3.8.0 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.7.1.tar.gz::https://github.com/errata-ai/vale/archive/v3.7.1.tar.gz - sha256sums = e6a4cc2eff9c6645f26ca51b66df66a088045b8084949bb8c61c4a6cbe10673d + source = vale-3.8.0.tar.gz::https://github.com/errata-ai/vale/archive/v3.8.0.tar.gz + sha256sums = fe460aaddab7ccffdb0f01981ae44f34e648000dcc83b43f1c3e8e636b231298 pkgname = vale ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: Achilleas Pipinellis <axilleas at archlinux dot gr> pkgname=vale -pkgver=3.7.1 +pkgver=3.8.0 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=('e6a4cc2eff9c6645f26ca51b66df66a088045b8084949bb8c61c4a6cbe10673d') +sha256sums=('fe460aaddab7ccffdb0f01981ae44f34e648000dcc83b43f1c3e8e636b231298') prepare(){ cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/vale/-/commit/c4326cc1993cbcea3e624b5818bf9002c85ff860 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/vale/-/commit/c4326cc1993cbcea3e624b5818bf9002c85ff860 You're receiving this email because of your account on gitlab.archlinux.org.
