summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorimlonghao2022-04-15 10:42:07 +0000
committerimlonghao2022-04-15 10:42:07 +0000
commit0e62544ec15be3f0f3c54fb38e7596d5ff1bcf62 (patch)
tree78b7b94c57c6c334b73de72e9909546d476a5812
parent8ddf7642cf8bba764068646ccde41410037d67f2 (diff)
downloadaur-0e62544ec15be3f0f3c54fb38e7596d5ff1bcf62.tar.gz
New version 3.2.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8e0cfd3f463..d378c73b493b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hyper-bin
pkgdesc = A terminal built on web technologies
- pkgver = 3.2.1
+ pkgver = 3.2.2
pkgrel = 1
url = https://hyper.is
arch = x86_64
@@ -12,9 +12,9 @@ pkgbase = hyper-bin
conflicts = hyper
conflicts = hyper-appimage
options = !strip
- source = hyper-bin-3.2.1-amd64.deb::https://github.com/zeit/hyper/releases/download/v3.2.1/Hyper_3.2.1_amd64.deb
- source = hyper-bin-3.2.1-LICENSE::https://github.com/zeit/hyper/raw/v3.2.1/LICENSE
- b2sums = de48122c9326e47bc4f82c4a0cb8d5e2905014f87f8db78d263b877c710b194e5f5b29ffb491bfd5787f12671f10f7720a2f447b6854b73835b4c85d09091715
+ source = hyper-bin-3.2.2-amd64.deb::https://github.com/zeit/hyper/releases/download/v3.2.2/Hyper_3.2.2_amd64.deb
+ source = hyper-bin-3.2.2-LICENSE::https://github.com/zeit/hyper/raw/v3.2.2/LICENSE
+ b2sums = 17dfda91985615db69e8b6a71cf0d3e36ec6e8f4a2c3f0fa800f87ab61395b3491ec1dc1961a076cb9328c5a6d16a35a4bebb80beeaee4b228e352a67f6ff0a5
b2sums = ce0705a42e98b23c60d347990c0ee91443b53bf282fb55ecb7f294d84b08f1b4515989efe2458999212a5705e6e4105e43998eb3e24b1f797129d0c1bf2bf7f8
pkgname = hyper-bin
diff --git a/PKGBUILD b/PKGBUILD
index d266e714bc36..fd7d45f0212f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Ryan Dowling <ryan@ryandowling.me>
pkgname=hyper-bin
-pkgver=3.2.1
+pkgver=3.2.2
pkgrel=1
pkgdesc="A terminal built on web technologies"
arch=('x86_64')
@@ -14,7 +14,7 @@ depends=('gtk3' 'libxss' 'nss')
options=('!strip')
source=("${pkgname}-${pkgver}-amd64.deb::https://github.com/zeit/hyper/releases/download/v${pkgver}/Hyper_${pkgver}_amd64.deb"
"${pkgname}-${pkgver}-LICENSE::https://github.com/zeit/hyper/raw/v${pkgver}/LICENSE")
-b2sums=('de48122c9326e47bc4f82c4a0cb8d5e2905014f87f8db78d263b877c710b194e5f5b29ffb491bfd5787f12671f10f7720a2f447b6854b73835b4c85d09091715'
+b2sums=('17dfda91985615db69e8b6a71cf0d3e36ec6e8f4a2c3f0fa800f87ab61395b3491ec1dc1961a076cb9328c5a6d16a35a4bebb80beeaee4b228e352a67f6ff0a5'
'ce0705a42e98b23c60d347990c0ee91443b53bf282fb55ecb7f294d84b08f1b4515989efe2458999212a5705e6e4105e43998eb3e24b1f797129d0c1bf2bf7f8')
package() {