makedeb
WezTerm is a GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
Click here to go back to the commit logs for wezterm-bin.
Hash: 8854de89dd4603081669237a1c7952a7e418cd72
Message: Update to latest WezTerm
diff --git a/.SRCINFO b/.SRCINFO
index 1ee8c6e..8079930 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,11 +3,11 @@ pkgname = wezterm-bin
pkgbase = wezterm-bin
pkgdesc = WezTerm is a GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
pkgrel = 1
-pkgver = 20220905.102802.7d4b8249
+pkgver = 20221119.145034.49b9839f
url = https://wezfurlong.org/
arch = amd64
conflicts = wezterm
license = MIT
provides = wezterm
-source = https://github.com/wez/wezterm/releases/download/20220905-102802-7d4b8249/wezterm-20220905-102802-7d4b8249.Ubuntu22.04.deb
-sha256sums = b2da0fdb33da62750431b6f131ebd5452bf05094e55934d8ca76d79a0e2e282b
+source = https://github.com/wez/wezterm/releases/download/20221119-145034-49b9839f/wezterm-20221119-145034-49b9839f.Ubuntu22.04.deb
+sha256sums = 2eddde41f2814619be2cd06e3863003c5c19805d8ce5980fd97660bfd9bead39
diff --git a/PKGBUILD b/PKGBUILD
index 53ba189..037a84d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
# vim: set sw=4 expandtab:
-pkgver_=20220905-102802-7d4b8249
+pkgver_=20221119-145034-49b9839f
_ubuntu_ver() {
if grep 22 /etc/issue >/dev/null; then
@@ -23,11 +23,11 @@ _source() {
_sha256sums() {
uv=$(_ubuntu_ver)
if test "$uv" = "22.04"; then
- echo b2da0fdb33da62750431b6f131ebd5452bf05094e55934d8ca76d79a0e2e282b
+ echo 2eddde41f2814619be2cd06e3863003c5c19805d8ce5980fd97660bfd9bead39
elif test "$uv" = "20.04"; then
- echo 88c4f5ab8921e38756f6ba94bfb331a01fe42e1cfd0387566d7f51064451be2e
+ echo 49d4182a4b84292e44e3d0724a6f3be7aec7baed998aff8871d05858286be3f1
elif test "$uv" = "18.04"; then
- echo cd2faa1b2b54aae61ec39f0868af2120772b837472c49da14a9843bf05e55fda
+ echo ba8117e5288978c533bf88e35d7e5bcef71432d19a650a31fc5a2b67c7a79b5b
fi
}