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


Commits:
98cfd408 by Robin Candau at 2024-07-09T14:44:44+02:00
upgpkg: 3.6.1-1: New upstream release
https://github.com/errata-ai/vale/releases/tag/v3.6.1

- - - - -


3 changed files:

- .SRCINFO
- .nvchecker.toml
- 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.6.0
+       pkgver = 3.6.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.6.0.tar.gz::https://github.com/errata-ai/vale/archive/v3.6.0.tar.gz
-       sha256sums = 
28c0b97eb4af84c8997eef32de502329dfa8d3a8a41945de6fe13022ecf5aaa3
+       source = 
vale-3.6.1.tar.gz::https://github.com/errata-ai/vale/archive/v3.6.1.tar.gz
+       sha256sums = 
545e71c16270af5badb90b4dd3e2813ec5372adf6bbfc935b552db16f9c98582
 
 pkgname = vale


=====================================
.nvchecker.toml
=====================================
@@ -1,6 +1,4 @@
 [vale]
-source = "github"
-github = "errata-ai/vale"
+source = "git"
+git = "https://github.com/errata-ai/vale.git";
 prefix = "v"
-use_max_tag = true
-exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 # Contributor: Achilleas Pipinellis <axilleas at archlinux dot gr>
 
 pkgname=vale
-pkgver=3.6.0
+pkgver=3.6.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=('28c0b97eb4af84c8997eef32de502329dfa8d3a8a41945de6fe13022ecf5aaa3')
+sha256sums=('545e71c16270af5badb90b4dd3e2813ec5372adf6bbfc935b552db16f9c98582')
 
 prepare(){
        cd "${pkgname}-${pkgver}"



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

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


Reply via email to