summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorimlonghao2022-04-06 12:43:28 +0000
committerimlonghao2022-04-06 12:43:28 +0000
commit8ddf7642cf8bba764068646ccde41410037d67f2 (patch)
treeedc3b9583237dd7ea1369dfabb6a2d0d0f8c6700
parent589868df61c048f596b6238824305f4d9f2eade2 (diff)
downloadaur-8ddf7642cf8bba764068646ccde41410037d67f2.tar.gz
New version 3.2.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8fad8995313..e8e0cfd3f463 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hyper-bin
pkgdesc = A terminal built on web technologies
- pkgver = 3.2.0
+ pkgver = 3.2.1
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.0-amd64.deb::https://github.com/zeit/hyper/releases/download/v3.2.0/Hyper_3.2.0_amd64.deb
- source = hyper-bin-3.2.0-LICENSE::https://github.com/zeit/hyper/raw/v3.2.0/LICENSE
- b2sums = aa56afb030bab52f3aa033b15f5c1fb6dbd969dd2fc1f129909216fbae562cb0ee16968b64d3ca62873a3abebf0e0d83ad180d3734a3301c59324c65281ab5f3
+ 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
b2sums = ce0705a42e98b23c60d347990c0ee91443b53bf282fb55ecb7f294d84b08f1b4515989efe2458999212a5705e6e4105e43998eb3e24b1f797129d0c1bf2bf7f8
pkgname = hyper-bin
diff --git a/PKGBUILD b/PKGBUILD
index 26a492cfe410..d266e714bc36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Ryan Dowling <ryan@ryandowling.me>
pkgname=hyper-bin
-pkgver=3.2.0
+pkgver=3.2.1
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=('aa56afb030bab52f3aa033b15f5c1fb6dbd969dd2fc1f129909216fbae562cb0ee16968b64d3ca62873a3abebf0e0d83ad180d3734a3301c59324c65281ab5f3'
+b2sums=('de48122c9326e47bc4f82c4a0cb8d5e2905014f87f8db78d263b877c710b194e5f5b29ffb491bfd5787f12671f10f7720a2f447b6854b73835b4c85d09091715'
'ce0705a42e98b23c60d347990c0ee91443b53bf282fb55ecb7f294d84b08f1b4515989efe2458999212a5705e6e4105e43998eb3e24b1f797129d0c1bf2bf7f8')
package() {