mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
wezterm: update to 20240128
This commit is contained in:
parent
2edc73f018
commit
c78dfee51b
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'wezterm'
|
# Template file for 'wezterm'
|
||||||
pkgname=wezterm
|
pkgname=wezterm
|
||||||
version=20230712
|
version=20240128
|
||||||
revision=2
|
revision=1
|
||||||
_srcver=${version}-072601-f4abf8fd
|
_srcver=${version}-202157-1e552d76
|
||||||
archs="x86_64* i686* aarch64* arm*" # ring
|
archs="x86_64* i686* aarch64* arm*" # ring
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
configure_args="--no-default-features --features wezterm-gui/distro-defaults,wezterm-gui/wayland"
|
configure_args="--no-default-features --features wezterm-gui/distro-defaults,wezterm-gui/wayland"
|
||||||
|
@ -17,7 +17,7 @@ license="MIT"
|
||||||
homepage="https://wezfurlong.org/wezterm/"
|
homepage="https://wezfurlong.org/wezterm/"
|
||||||
changelog="https://wezfurlong.org/wezterm/changelog.html"
|
changelog="https://wezfurlong.org/wezterm/changelog.html"
|
||||||
distfiles="https://github.com/wez/wezterm/releases/download/${_srcver}/wezterm-${_srcver}-src.tar.gz"
|
distfiles="https://github.com/wez/wezterm/releases/download/${_srcver}/wezterm-${_srcver}-src.tar.gz"
|
||||||
checksum=cecb56697f912826abea548e948950e7556ff7c706192fa304992811fe0245a8
|
checksum=37885e0c0399e4d80524bd8a41444ce67a2fd85cb1f56b7c6707de7a79e7824c
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
# NOTE: cannot use build_style cargo do_check because of --release flag.
|
# NOTE: cannot use build_style cargo do_check because of --release flag.
|
||||||
|
|
Loading…
Add table
Reference in a new issue