mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
ruby/chronic: Updated for version 0.10.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6157754939
commit
75b0178a54
2 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for chronic
|
||||
# Slackware build script for chronic
|
||||
|
||||
# Copyright 2013 Jostein Berntsen <jbernts@broadpark.no>
|
||||
# Copyright 2013-2014 Jostein Berntsen <jbernts@broadpark.no>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=chronic
|
||||
VERSION=${VERSION:-0.9.1}
|
||||
VERSION=${VERSION:-0.10.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="chronic"
|
||||
VERSION="0.9.1"
|
||||
VERSION="0.10.2"
|
||||
HOMEPAGE="http://chronic.rubyforge.org/"
|
||||
DOWNLOAD="http://rubygems.org/downloads/chronic-0.9.1.gem"
|
||||
MD5SUM="8430ab13eb0d0aa2d82faf98e6eca3e6"
|
||||
DOWNLOAD="http://rubygems.org/downloads/chronic-0.10.2.gem"
|
||||
MD5SUM="08a655a971a93f476e2a827365973f57"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue