summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwez2021-03-14 18:51:42 +0000
committerwez2021-03-14 18:51:42 +0000
commit6489887c8001f4874c4db0b2b54bc137abe441ad (patch)
tree1e17f509e1c25bca28015d439fe8436a8ac8cf72
parent457a2ba2f7b40113a96cf3285488b63232301714 (diff)
downloadaur-6489887c8001f4874c4db0b2b54bc137abe441ad.tar.gz
Automated update to match latest tag
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f11a207f41f7..083619457b4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wezterm-bin
pkgdesc = A GPU-accelerated cross-platform terminal emulator and multiplexer implemented in Rust
- pkgver = 20210203.095643.70a364eb
- pkgrel = 3
+ pkgver = 20210314.114017.04b7cedd
+ pkgrel = 2
url = https://wezfurlong.org/wezterm
arch = i686
arch = x86_64
@@ -17,9 +17,9 @@ pkgbase = wezterm-bin
depends = xcb-util-wm
provides = wezterm
options = !strip
- source = wezterm::https://github.com/wez/wezterm/releases/download/20210203-095643-70a364eb/WezTerm-20210203-095643-70a364eb-Ubuntu16.04.AppImage
+ source = wezterm::https://github.com/wez/wezterm/releases/download/20210314-114017-04b7cedd/WezTerm-20210314-114017-04b7cedd-Ubuntu16.04.AppImage
source = LICENSE::https://github.com/wez/wezterm/raw/main/LICENSE.md
- sha256sums = fbe935a505c2f0f6e4077fc30730f365dd19cc4b1b178f2a4075244b96f5fc77
+ sha256sums = 3f70d32dc65d8b72c8d06e3260e4c75ebba2687c75fc63710e5769fdcd1b22f0
sha256sums = ad915d9508677a4e94e4b3c0a045fedd20e953d95d7cd3ec97e6d16840fa0ed5
pkgname = wezterm-bin
diff --git a/PKGBUILD b/PKGBUILD
index cf9662f09817..3aa9133ea7a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
# by automation in the wezterm repo.
pkgname=wezterm-bin
-_tag=20210203-095643-70a364eb
+_tag=20210314-114017-04b7cedd
pkgver=$(echo $_tag | tr - .)
-pkgrel=3
+pkgrel=2
pkgdesc='A GPU-accelerated cross-platform terminal emulator and multiplexer implemented in Rust'
arch=('i686' 'x86_64')
url='https://wezfurlong.org/wezterm'
@@ -30,7 +30,7 @@ source=(
'LICENSE::https://github.com/wez/wezterm/raw/main/LICENSE.md'
)
sha256sums=(
- 'fbe935a505c2f0f6e4077fc30730f365dd19cc4b1b178f2a4075244b96f5fc77'
+ '3f70d32dc65d8b72c8d06e3260e4c75ebba2687c75fc63710e5769fdcd1b22f0'
'ad915d9508677a4e94e4b3c0a045fedd20e953d95d7cd3ec97e6d16840fa0ed5'
)