Update to 0.9.0
Changes: https://github.com/piotrmurach/tty-spinner/blob/master/CHANGELOG.md
This commit is contained in:
parent
b46968debf
commit
6ae434a10b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=486427
2 changed files with 8 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tty-spinner
|
||||
PORTVERSION= 0.8.0
|
||||
PORTVERSION= 0.9.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
@ -12,10 +12,11 @@ COMMENT= Terminal spinner for tasks with non-deterministic time
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= rubygem-tty-cursor>=0.5.0:devel/rubygem-tty-cursor
|
||||
RUN_DEPENDS= rubygem-tty-cursor>=0.6.0:devel/rubygem-tty-cursor
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1520794003
|
||||
SHA256 (rubygem/tty-spinner-0.8.0.gem) = 2445fd97bcb42ffc5041925783a273018ed8635ba24f801700ddc7fa985f65f7
|
||||
SIZE (rubygem/tty-spinner-0.8.0.gem) = 15360
|
||||
TIMESTAMP = 1543756383
|
||||
SHA256 (rubygem/tty-spinner-0.9.0.gem) = cdb7d9e6d9bd0c330404895db34aa4c79c73419866f7c20359649873fa808808
|
||||
SIZE (rubygem/tty-spinner-0.9.0.gem) = 25088
|
||||
|
|
Loading…
Reference in a new issue