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
topdir=flex
version=2.5.37
version=2.6.4
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
#patch[0]=
@ -41,8 +41,7 @@ reg install
install()
{
generic_install DESTDIR
doc README NEWS COPYING
${__rm} -rf ${stagedir}${prefix}/share/doc/flex
${__mv} ${stagedir}${prefix}/${_docdir}/flex ${stagedir}${prefix}/${_vdocdir}
}
reg pack

View File

@ -1,4 +1,7 @@
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
- Initial package