summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorimlonghao2021-08-04 16:22:51 +0000
committerimlonghao2021-08-04 16:22:51 +0000
commit0334cfd8f56de6cd75cabb7d1a4e2280fc4c19f5 (patch)
treeb786f331c5396d00cfe787cfa57e643445df6845
parent740496edb0e09a3d204c95418e7955119e1fad0c (diff)
downloadaur-0334cfd8f56de6cd75cabb7d1a4e2280fc4c19f5.tar.gz
New version 3.1.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ef7eb3f8875..d099ae6e563a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hyper-bin
pkgdesc = A terminal built on web technologies
- pkgver = 3.1.1
- pkgrel = 2
+ pkgver = 3.1.2
+ pkgrel = 1
url = https://hyper.is
arch = x86_64
license = MIT
@@ -12,9 +12,9 @@ pkgbase = hyper-bin
conflicts = hyper
conflicts = hyper-appimage
options = !strip
- source = hyper-bin-3.1.1-amd64.deb::https://github.com/zeit/hyper/releases/download/v3.1.1/Hyper_3.1.1_amd64.deb
- source = hyper-bin-3.1.1-LICENSE::https://github.com/zeit/hyper/raw/v3.1.1/LICENSE
- sha256sums = 375dcdc33f7071fba8ae2d3739cecd304fdb95b66a5d1ab2cdc3cc44cc4f2949
+ source = hyper-bin-3.1.2-amd64.deb::https://github.com/zeit/hyper/releases/download/v3.1.2/Hyper_3.1.2_amd64.deb
+ source = hyper-bin-3.1.2-LICENSE::https://github.com/zeit/hyper/raw/v3.1.2/LICENSE
+ sha256sums = af7872e791d2a0c13b67ea864e1370b32181f0f14db5f81ab76bb54761f23dd6
sha256sums = 07a1ce5a08f3f385ea6f2aef0c8246c2d9bdd7c8dd21235b76b1cb7116efc13f
pkgname = hyper-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7ba91e2c84d9..fa7273bddf79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Ryan Dowling <ryan@ryandowling.me>
pkgname=hyper-bin
-pkgver=3.1.1
-pkgrel=2
+pkgver=3.1.2
+pkgrel=1
pkgdesc="A terminal built on web technologies"
arch=('x86_64')
url="https://hyper.is"
@@ -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")
-sha256sums=('375dcdc33f7071fba8ae2d3739cecd304fdb95b66a5d1ab2cdc3cc44cc4f2949'
+sha256sums=('af7872e791d2a0c13b67ea864e1370b32181f0f14db5f81ab76bb54761f23dd6'
'07a1ce5a08f3f385ea6f2aef0c8246c2d9bdd7c8dd21235b76b1cb7116efc13f')
package() {