Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
stylelint
Commits:
0a19822d by Daniel M. Capella at 2024-03-26T10:05:11-04:00
upgpkg: 16.3.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = stylelint
pkgdesc = Mighty, modern CSS linter
- pkgver = 16.3.0
+ pkgver = 16.3.1
pkgrel = 1
url = https://stylelint.io
arch = any
@@ -11,7 +11,7 @@ pkgbase = stylelint
depends = nodejs
optdepends = stylelint-config-standard: for the standard shareable
config
options = !emptydirs
- source = git+https://github.com/stylelint/stylelint.git#tag=16.3.0
- b2sums =
97fb7bab49e7d8a5f8e6940a525c277dd666220ecc9f6cb7e22888ee3941b61f5a1d4eed298e3e9c18c6c1cb490bfedb745b15c805e938ff17e21c64e8977d1f
+ source = git+https://github.com/stylelint/stylelint.git#tag=16.3.1
+ b2sums =
409287e308d3e484d4a92a90cb15a65eb567f23c1cb16df8a377df469b9c04b2c5f04b567e1be5caebf47c1afaa88c6e818232b48d18834444db968a500ca1fa
pkgname = stylelint
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Daniel M. Capella <[email protected]>
pkgname=stylelint
-pkgver=16.3.0
+pkgver=16.3.1
pkgrel=1
pkgdesc='Mighty, modern CSS linter'
arch=('any')
@@ -12,7 +12,7 @@ makedepends=('git' 'npm' 'rsync')
optdepends=('stylelint-config-standard: for the standard shareable config')
options=('!emptydirs')
source=("git+https://github.com/stylelint/stylelint.git#tag=$pkgver")
-b2sums=('97fb7bab49e7d8a5f8e6940a525c277dd666220ecc9f6cb7e22888ee3941b61f5a1d4eed298e3e9c18c6c1cb490bfedb745b15c805e938ff17e21c64e8977d1f')
+b2sums=('409287e308d3e484d4a92a90cb15a65eb567f23c1cb16df8a377df469b9c04b2c5f04b567e1be5caebf47c1afaa88c6e818232b48d18834444db968a500ca1fa')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/stylelint/-/commit/0a19822d7cbab775ff45b3960812aece988f6175
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/stylelint/-/commit/0a19822d7cbab775ff45b3960812aece988f6175
You're receiving this email because of your account on gitlab.archlinux.org.