Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / vale


Commits:
29474b01 by Robin Candau at 2024-06-08T23:46:56+02:00
upgpkg: 3.5.0-1: New upstream release
https://github.com/errata-ai/vale/releases/tag/v3.5.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
 pkgbase = vale
        pkgdesc = A markup-aware linter for prose built with speed and 
extensibility in mind
-       pkgver = 3.4.2
-       pkgrel = 3
+       pkgver = 3.5.0
+       pkgrel = 1
        url = https://vale.sh
        arch = x86_64
        license = MIT
        makedepends = go
        depends = glibc
        options = !lto
-       source = 
vale-3.4.2.tar.gz::https://github.com/errata-ai/vale/archive/v3.4.2.tar.gz
-       sha256sums = 
e1696739f13c8b579d96a9e4df4592f0bbda167aa74872eede6cc9482374d32b
+       source = 
vale-3.5.0.tar.gz::https://github.com/errata-ai/vale/archive/v3.5.0.tar.gz
+       sha256sums = 
13a3b0ef4ba9f0e89f663d7f6ba65facd2fca37333e97512c03ac807e413afe0
 
 pkgname = vale


=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
 # Contributor: Achilleas Pipinellis <axilleas at archlinux dot gr>
 
 pkgname=vale
-pkgver=3.4.2
-pkgrel=3
+pkgver=3.5.0
+pkgrel=1
 pkgdesc="A markup-aware linter for prose built with speed and extensibility in 
mind"
 url="https://vale.sh";
 arch=('x86_64')
@@ -14,7 +14,7 @@ depends=('glibc')
 makedepends=('go')
 options=(!lto)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/errata-ai/vale/archive/v${pkgver}.tar.gz";)
-sha256sums=('e1696739f13c8b579d96a9e4df4592f0bbda167aa74872eede6cc9482374d32b')
+sha256sums=('13a3b0ef4ba9f0e89f663d7f6ba65facd2fca37333e97512c03ac807e413afe0')
 
 prepare(){
        cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vale/-/commit/29474b01411713efae1a4348dad45aa33f8778fe

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vale/-/commit/29474b01411713efae1a4348dad45aa33f8778fe
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to