st: update to 0.9.2.
This commit is contained in:
parent
0fb252e442
commit
7d79b857ca
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'st'
|
# Template file for 'st'
|
||||||
pkgname=st
|
pkgname=st
|
||||||
version=0.9.1
|
version=0.9.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_use_env=compliant
|
make_use_env=compliant
|
||||||
|
@ -12,7 +12,7 @@ maintainer="meator <meator.dev@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://st.suckless.org"
|
homepage="https://st.suckless.org"
|
||||||
distfiles="https://dl.suckless.org/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="https://dl.suckless.org/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=16f43b9433ade9d70d6085c31f9fd99f2835eaade31221020f22143035dfc0d2
|
checksum=6b215d4f472b21d6232f30f221117a777e24bcfee68955ddefb7426467f9494b
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
vsed -i config.def.h -e 's|Liberation Mono|Monospace|g'
|
vsed -i config.def.h -e 's|Liberation Mono|Monospace|g'
|
||||||
|
|
Loading…
Reference in New Issue