textproc/rubygem-scss_lint: Update to 0.59.0

- Update version requirement of RUN_DEPENDS
- Update WWW

Changes:	https://github.com/sds/scss-lint/releases
This commit is contained in:
Po-Chuan Hsieh 2021-07-22 01:20:45 +08:00
parent bb2e86c600
commit 1ce3069d7d
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 6 additions and 7 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= scss_lint
PORTVERSION= 0.57.1
PORTVERSION= 0.59.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
@ -9,8 +9,7 @@ COMMENT= SCSS linter
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-rake>=0.9:devel/rubygem-rake \
rubygem-sass>=3.5.5:textproc/rubygem-sass
RUN_DEPENDS= rubygem-sass>=3.5.5<4:textproc/rubygem-sass
USES= gem
USE_RUBY= yes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1539103401
SHA256 (rubygem/scss_lint-0.57.1.gem) = f6d204ba64c2b86d5c104dee3d8fe1b00d94582ae0719b526ff82d4c83736437
SIZE (rubygem/scss_lint-0.57.1.gem) = 112640
TIMESTAMP = 1626714712
SHA256 (rubygem/scss_lint-0.59.0.gem) = 67fbe3dc39cf6295147ea5093b3a1b6c0fe26dbcfcbd4823c3d5de64c9fccde8
SIZE (rubygem/scss_lint-0.59.0.gem) = 112128

View File

@ -1,4 +1,4 @@
scss-lint is a tool to help keep your SCSS files clean and readable. You can
run it manually from the command line, or integrate it into your SCM hooks.
WWW: https://github.com/brigade/scss-lint
WWW: https://github.com/sds/scss-lint