Merge pull request #2632 from diogoleal/update_hack-font
font-hack: update to 2.015
This commit is contained in:
commit
ffa1bc1c2f
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'font-hack-otf'
|
# Template file for 'font-hack-otf'
|
||||||
pkgname=font-hack-otf
|
pkgname=font-hack-otf
|
||||||
version=2.013
|
version=2.015
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=Hack-${version}
|
wrksrc=Hack-${version}
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
|
@ -12,7 +12,7 @@ hostmakedepends="unzip"
|
||||||
font_dirs="/usr/share/fonts/OTF"
|
font_dirs="/usr/share/fonts/OTF"
|
||||||
homepage="http://sourcefoundry.org/hack/"
|
homepage="http://sourcefoundry.org/hack/"
|
||||||
distfiles="https://github.com/chrissimpkins/Hack/archive/v${version}.tar.gz"
|
distfiles="https://github.com/chrissimpkins/Hack/archive/v${version}.tar.gz"
|
||||||
checksum=9fe8cf97610c4c8493f2d4732b037dfa4a9a155e0f0e99cb561c16aecff24dff
|
checksum=67b19be989f1af2feb82db958841a278756f1f5b22b052210c964e5049638353
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/share/fonts/OTF
|
vmkdir usr/share/fonts/OTF
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'font-hack-ttf'
|
# Template file for 'font-hack-ttf'
|
||||||
pkgname=font-hack-ttf
|
pkgname=font-hack-ttf
|
||||||
version=2.013
|
version=2.015
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=Hack-${version}
|
wrksrc=Hack-${version}
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
|
@ -12,7 +12,7 @@ hostmakedepends="unzip"
|
||||||
font_dirs="/usr/share/fonts/TTF"
|
font_dirs="/usr/share/fonts/TTF"
|
||||||
homepage="http://sourcefoundry.org/hack/"
|
homepage="http://sourcefoundry.org/hack/"
|
||||||
distfiles="https://github.com/chrissimpkins/Hack/archive/v${version}.tar.gz"
|
distfiles="https://github.com/chrissimpkins/Hack/archive/v${version}.tar.gz"
|
||||||
checksum=9fe8cf97610c4c8493f2d4732b037dfa4a9a155e0f0e99cb561c16aecff24dff
|
checksum=67b19be989f1af2feb82db958841a278756f1f5b22b052210c964e5049638353
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/share/fonts/TTF
|
vmkdir usr/share/fonts/TTF
|
||||||
|
|
Loading…
Reference in New Issue