summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWez Furlong2020-12-19 22:06:37 -0800
committerWez Furlong2020-12-19 22:06:37 -0800
commit541c35495686f93a50c0eb38075c15cce6bada15 (patch)
tree473e937d90bcde01495fb2bae270dc58f378b556
parent925e13e3d1cc9d20c54973466988925c506f7901 (diff)
downloadaur-541c35495686f93a50c0eb38075c15cce6bada15.tar.gz
Manually fixup the shasum
refs: https://github.com/wez/wezterm/issues/365
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 022cbd0ea183..a2e4c35c20ee 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 = 20201101.103216.403d002d
- pkgrel = 2
+ pkgrel = 3
url = https://wezfurlong.org/wezterm
arch = i686
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = wezterm-bin
options = !strip
source = wezterm::https://github.com/wez/wezterm/releases/download/20201101-103216-403d002d/WezTerm-20201101-103216-403d002d-Ubuntu16.04.AppImage
source = LICENSE::https://github.com/wez/wezterm/raw/master/LICENSE.md
- sha256sums = 39d9f4371412496a19d24978e08b96d76596f1f90807534d37ade3b425be88d1
+ sha256sums = e99630c0fba8c4737af700e91e4f369d1b161dd064c66a7339a20dd08909187e
sha256sums = ad915d9508677a4e94e4b3c0a045fedd20e953d95d7cd3ec97e6d16840fa0ed5
pkgname = wezterm-bin
diff --git a/PKGBUILD b/PKGBUILD
index 65fa834d878b..18216312ff14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=wezterm-bin
_tag=20201101-103216-403d002d
pkgver=$(echo $_tag | tr - .)
-pkgrel=2
+pkgrel=3
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/master/LICENSE.md'
)
sha256sums=(
- '39d9f4371412496a19d24978e08b96d76596f1f90807534d37ade3b425be88d1'
+ 'e99630c0fba8c4737af700e91e4f369d1b161dd064c66a7339a20dd08909187e'
'ad915d9508677a4e94e4b3c0a045fedd20e953d95d7cd3ec97e6d16840fa0ed5'
)