Skip to content

Commit

Permalink
libgnurx: update to 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Furniel committed Sep 24, 2018
1 parent 30a8812 commit 3a3dcbe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion patches/libgnurx/mingw32-libgnurx-configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# configure.ac -*- Autoconf -*-
# Process this file with autoconf, to generate a configure script.

AC_INIT(libgnurx, 2.7.0)
AC_INIT(libgnurx, 2.8.0)
AM_INIT_AUTOMAKE
AC_PROG_INSTALL
AC_LIBTOOL_DLOPEN
Expand Down
8 changes: 4 additions & 4 deletions scripts/libgnurx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@

# **************************************************************************

PKG_VERSION=2.7.0
PKG_VERSION=2.8.0
PKG_NAME=libgnurx-${PKG_VERSION}
PKG_DIR_NAME=libgnurx-libgnurx-${PKG_VERSION}
PKG_TYPE=.tar.gz
PKG_DIR_NAME=libgnurx-${PKG_VERSION}
PKG_TYPE=.tar.xz
PKG_URLS=(
# "https://sourceforge.net/projects/mingw/files/Other/UserContributed/regex/mingw-regex-${PKG_VERSION}/mingw-libgnurx-${PKG_VERSION}-src.tar.gz"
"https://github.com/Furniel/libgnurx/archive/libgnurx-${PKG_VERSION}${PKG_TYPE}"
"https://github.com/Furniel/libgnurx/releases/download/${PKG_VERSION}/${PKG_NAME}${PKG_TYPE}"
)

PKG_PRIORITY=extra
Expand Down

0 comments on commit 3a3dcbe

Please sign in to comment.