summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorimlonghao2022-02-16 12:31:16 +0000
committerimlonghao2022-02-16 12:31:16 +0000
commit589868df61c048f596b6238824305f4d9f2eade2 (patch)
treeea967bef2eaa3d0847c6174cda18738c4ded75b1
parent2d51b062ff205f304701e0ecf60e2c2af0c330d5 (diff)
downloadaur-589868df61c048f596b6238824305f4d9f2eade2.tar.gz
New version 3.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b636c6dc3733..d8fad8995313 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hyper-bin
pkgdesc = A terminal built on web technologies
- pkgver = 3.1.5
+ pkgver = 3.2.0
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.1.5-amd64.deb::https://github.com/zeit/hyper/releases/download/v3.1.5/Hyper_3.1.5_amd64.deb
- source = hyper-bin-3.1.5-LICENSE::https://github.com/zeit/hyper/raw/v3.1.5/LICENSE
- b2sums = 71e13f47d873dc3c2c9623a6ec509d4a956c4e0ae62df552728142ddfa1ea0e305993eb161a519d9517d35863507a276e3419a24a03f2a1af3d070cdae880dd1
+ 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
b2sums = ce0705a42e98b23c60d347990c0ee91443b53bf282fb55ecb7f294d84b08f1b4515989efe2458999212a5705e6e4105e43998eb3e24b1f797129d0c1bf2bf7f8
pkgname = hyper-bin
diff --git a/PKGBUILD b/PKGBUILD
index b588530c1677..26a492cfe410 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Ryan Dowling <ryan@ryandowling.me>
pkgname=hyper-bin
-pkgver=3.1.5
+pkgver=3.2.0
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=('71e13f47d873dc3c2c9623a6ec509d4a956c4e0ae62df552728142ddfa1ea0e305993eb161a519d9517d35863507a276e3419a24a03f2a1af3d070cdae880dd1'
+b2sums=('aa56afb030bab52f3aa033b15f5c1fb6dbd969dd2fc1f129909216fbae562cb0ee16968b64d3ca62873a3abebf0e0d83ad180d3734a3301c59324c65281ab5f3'
'ce0705a42e98b23c60d347990c0ee91443b53bf282fb55ecb7f294d84b08f1b4515989efe2458999212a5705e6e4105e43998eb3e24b1f797129d0c1bf2bf7f8')
package() {