summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorimlonghao2021-09-15 14:57:14 +0000
committerimlonghao2021-09-15 14:57:14 +0000
commita027a8a27344824951214a028a1b66876284a2cd (patch)
tree8ae9f3dbb0b80368fb19ad0f0ae4228cdd6bb481
parent0334cfd8f56de6cd75cabb7d1a4e2280fc4c19f5 (diff)
downloadaur-a027a8a27344824951214a028a1b66876284a2cd.tar.gz
New version 3.1.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d099ae6e563a..175e3762cf97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hyper-bin
pkgdesc = A terminal built on web technologies
- pkgver = 3.1.2
+ pkgver = 3.1.3
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.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
+ source = hyper-bin-3.1.3-amd64.deb::https://github.com/zeit/hyper/releases/download/v3.1.3/Hyper_3.1.3_amd64.deb
+ source = hyper-bin-3.1.3-LICENSE::https://github.com/zeit/hyper/raw/v3.1.3/LICENSE
+ sha256sums = c3e1484887867f72b5767ca4204cd4dca7afc9a14d9785f46de4fa0dd2d6fb34
sha256sums = 07a1ce5a08f3f385ea6f2aef0c8246c2d9bdd7c8dd21235b76b1cb7116efc13f
pkgname = hyper-bin
diff --git a/PKGBUILD b/PKGBUILD
index fa7273bddf79..94d08c8399b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Ryan Dowling <ryan@ryandowling.me>
pkgname=hyper-bin
-pkgver=3.1.2
+pkgver=3.1.3
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")
-sha256sums=('af7872e791d2a0c13b67ea864e1370b32181f0f14db5f81ab76bb54761f23dd6'
+sha256sums=('c3e1484887867f72b5767ca4204cd4dca7afc9a14d9785f46de4fa0dd2d6fb34'
'07a1ce5a08f3f385ea6f2aef0c8246c2d9bdd7c8dd21235b76b1cb7116efc13f')
package() {