flex: update to 2.6.4

This commit is contained in:
Tom G. Christensen 2019-04-04 18:11:27 +02:00
parent d343e50ee5
commit b9604884cd
2 changed files with 6 additions and 4 deletions

View File

@ -6,9 +6,9 @@
########################################################### ###########################################################
# Check the following 4 variables before running the script # Check the following 4 variables before running the script
topdir=flex topdir=flex
version=2.5.37 version=2.6.4
pkgver=1 pkgver=1
source[0]=http://downloads.sourceforge.net/project/flex/$topdir-$version.tar.bz2 source[0]=https://github.com/westes/$topdir/releases/download/v${version}/$topdir-$version.tar.lz
# If there are no patches, simply comment this # If there are no patches, simply comment this
#patch[0]= #patch[0]=
@ -41,8 +41,7 @@ reg install
install() install()
{ {
generic_install DESTDIR generic_install DESTDIR
doc README NEWS COPYING ${__mv} ${stagedir}${prefix}/${_docdir}/flex ${stagedir}${prefix}/${_vdocdir}
${__rm} -rf ${stagedir}${prefix}/share/doc/flex
} }
reg pack reg pack

View File

@ -1,4 +1,7 @@
CHANGELOG CHANGELOG
--------- ---------
* Thu Apr 04 2019 Tom G. Christensen <swpkg@jupiterrise.com> - 2.6.4-1
- Update to 2.6.4
* Sat Nov 09 2013 Tom G. Christensen <swpkg@jupiterrise.com> - 2.5.37-1 * Sat Nov 09 2013 Tom G. Christensen <swpkg@jupiterrise.com> - 2.5.37-1
- Initial package - Initial package