mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
wezterm: update to 20230408.
This commit is contained in:
parent
42da6c27d0
commit
35e92e734d
2 changed files with 5 additions and 5 deletions
|
@ -52,7 +52,7 @@
|
||||||
env_logger = "0.9"
|
env_logger = "0.9"
|
||||||
|
|
||||||
-[build-dependencies]
|
-[build-dependencies]
|
||||||
-git2 = { version = "0.14", default-features = false }
|
-git2 = { version = "0.16", default-features = false }
|
||||||
-
|
-
|
||||||
[features]
|
[features]
|
||||||
distro-defaults = []
|
distro-defaults = []
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'wezterm'
|
# Template file for 'wezterm'
|
||||||
pkgname=wezterm
|
pkgname=wezterm
|
||||||
version=20221119
|
version=20230408
|
||||||
revision=2
|
revision=1
|
||||||
_srcver=${version}-145034-49b9839f
|
_srcver=${version}-112425-69ae8472
|
||||||
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=6ad923d48c76e5175128f40cd70d3a0c9fd2dc3e3f573af44b9c2ae7608ab7c4
|
checksum=8f5c15db8341b0c067d7a5f6f06d4af17d5c24526e908eac4bd70156cd565800
|
||||||
|
|
||||||
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