ports: Update freetype 2.13.3->2.14.1
This commit is contained in:
parent
9eb3834ae5
commit
6ec9e4f7b8
|
|
@ -1,8 +1,8 @@
|
||||||
#!/bin/bash ../install.sh
|
#!/bin/bash ../install.sh
|
||||||
|
|
||||||
NAME='freetype'
|
NAME='freetype'
|
||||||
VERSION='2.13.3'
|
VERSION='2.14.1'
|
||||||
DOWNLOAD_URL="https://download.savannah.gnu.org/releases/freetype/freetype-$VERSION.tar.gz#5c3a8e78f7b24c20b25b54ee575d6daa40007a5f4eea2845861c3409b3021747"
|
DOWNLOAD_URL="https://download.savannah.gnu.org/releases/freetype/freetype-$VERSION.tar.xz#32427e8c471ac095853212a37aef816c60b42052d4d9e48230bab3bdf2936ccc"
|
||||||
DEPENDENCIES=('zlib' 'libpng')
|
DEPENDENCIES=('zlib' 'libpng')
|
||||||
CONFIG_SUB=('builds/unix/config.sub')
|
CONFIG_SUB=('builds/unix/config.sub')
|
||||||
CONFIGURE_OPTIONS=(
|
CONFIGURE_OPTIONS=(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue