diff options
Diffstat (limited to 'source/d')
-rwxr-xr-x | source/d/re2c/re2c.SlackBuild | 4 | ||||
-rw-r--r-- | source/d/re2c/re2c.url | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/source/d/re2c/re2c.SlackBuild b/source/d/re2c/re2c.SlackBuild index f4a06128..8066b113 100755 --- a/source/d/re2c/re2c.SlackBuild +++ b/source/d/re2c/re2c.SlackBuild @@ -24,8 +24,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=re2c -VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/d/re2c/re2c.url b/source/d/re2c/re2c.url index b394eb65..1af5364a 100644 --- a/source/d/re2c/re2c.url +++ b/source/d/re2c/re2c.url @@ -1 +1 @@ -https://github.com/skvadrik/re2c/releases/download/1.0.3/re2c-1.0.3.tar.gz +https://github.com/skvadrik/re2c/releases/download/1.1.1/re2c-1.1.1.tar.gz |