diff --git a/srcpkgs/font-fantasque-sans-ttf/template b/srcpkgs/font-fantasque-sans-ttf/template index c809e76c5b8..0b160edcb9e 100644 --- a/srcpkgs/font-fantasque-sans-ttf/template +++ b/srcpkgs/font-fantasque-sans-ttf/template @@ -1,6 +1,6 @@ # Template file for 'font-fantasque-sans-ttf' pkgname=font-fantasque-sans-ttf -version=1.7.1 +version=1.7.2 revision=1 create_wrksrc=yes noarch="yes" @@ -10,13 +10,13 @@ short_desc="A handwriting-like programming typeface" maintainer="Kartik Singh " license="SIL Open Font License" homepage="https://fontlibrary.org/en/font/fantasque-sans-mono" -distfiles="https://github.com/belluzj/fantasque-sans/releases/download/v${version}/FantasqueSansMono.tar.gz" -checksum=96112ca66ae1e1f1b1a138b965c209a46d869e65382241394b6d47936fa65380 +distfiles="https://github.com/belluzj/fantasque-sans/releases/download/v${version}/FantasqueSansMono-Normal.tar.gz" +checksum=8d96295a75a71d6ddb3a905ff8db993bd6990602d3b38dd4428827af8f6ef2f7 do_install() { vmkdir usr/share/fonts/TTF - vcopy *.ttf usr/share/fonts/TTF + vcopy TTF/*.ttf usr/share/fonts/TTF # dos2unix - sed -i OFL.txt -e 's;\r;;g' - vlicense OFL.txt + sed -i LICENSE.txt -e 's;\r;;g' + vlicense LICENSE.txt }