mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
alacritty: update to 0.6.0.
This commit is contained in:
parent
b688fedf43
commit
08c0dacc44
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'alacritty'
|
# Template file for 'alacritty'
|
||||||
pkgname=alacritty
|
pkgname=alacritty
|
||||||
version=0.5.0
|
version=0.6.0
|
||||||
revision=2
|
revision=1
|
||||||
build_wrksrc="${pkgname}"
|
build_wrksrc="${pkgname}"
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config python3"
|
hostmakedepends="pkg-config python3"
|
||||||
|
@ -11,9 +11,9 @@ short_desc="Cross-platform, GPU-accelerated terminal emulator"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/alacritty/alacritty"
|
homepage="https://github.com/alacritty/alacritty"
|
||||||
changelog="https://raw.githubusercontent.com/alacritty/alacritty/v${version}/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/alacritty/alacritty/master/CHANGELOG.md"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=9bc0e6ff9a0772ea522d7e34ab8371faa96e6cc4e588459966585f0dbb848dcb
|
checksum=c794125a900a6477f1b40168dc9d22674a5326f32e4b083d6f1a45486d2505bf
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall ../extra/linux/Alacritty.desktop 644 usr/share/applications
|
vinstall ../extra/linux/Alacritty.desktop 644 usr/share/applications
|
||||||
|
|
Loading…
Add table
Reference in a new issue