summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorimlonghao2023-01-02 14:40:07 +0000
committerimlonghao2023-01-02 14:40:07 +0000
commit4984b1cf553888cbc2d60b0fabb64383ef17074a (patch)
tree093c4c6cb8f7c8b1ed7950f763131927b0149bda
parent2c62c71e80613d42d5cfe9a51d786d5453f274c6 (diff)
downloadaur-4984b1cf553888cbc2d60b0fabb64383ef17074a.tar.gz
New version 3.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aeaef1f8e6cb..8364eb9d4709 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hyper-bin
pkgdesc = A terminal built on web technologies
- pkgver = 3.3.0
+ pkgver = 3.4.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.3.0-amd64.deb::https://github.com/zeit/hyper/releases/download/v3.3.0/Hyper_3.3.0_amd64.deb
- source = hyper-bin-3.3.0-LICENSE::https://github.com/zeit/hyper/raw/v3.3.0/LICENSE
- b2sums = 6c7b7aad5805eaf46882356b4edd8261ebfc56f23497f33521b0f1a506d09b013429fcfc0976a2e9a239efff20930acaec2f37e0336620479d9990458b73fbb6
+ source = hyper-bin-3.4.0-amd64.deb::https://github.com/zeit/hyper/releases/download/v3.4.0/Hyper_3.4.0_amd64.deb
+ source = hyper-bin-3.4.0-LICENSE::https://github.com/zeit/hyper/raw/v3.4.0/LICENSE
+ b2sums = 60747a92822c0723e981e4a3f6b9c839e0086da94ba730b9878df455e3051192e14986e880fdd095a748ddc37c168ebc4888b9410ad93d7eb144a05bc25bd51b
b2sums = ce0705a42e98b23c60d347990c0ee91443b53bf282fb55ecb7f294d84b08f1b4515989efe2458999212a5705e6e4105e43998eb3e24b1f797129d0c1bf2bf7f8
pkgname = hyper-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8fc6c537f243..b66e6ace12fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Ryan Dowling <ryan@ryandowling.me>
pkgname=hyper-bin
-pkgver=3.3.0
+pkgver=3.4.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=('6c7b7aad5805eaf46882356b4edd8261ebfc56f23497f33521b0f1a506d09b013429fcfc0976a2e9a239efff20930acaec2f37e0336620479d9990458b73fbb6'
+b2sums=('60747a92822c0723e981e4a3f6b9c839e0086da94ba730b9878df455e3051192e14986e880fdd095a748ddc37c168ebc4888b9410ad93d7eb144a05bc25bd51b'
'ce0705a42e98b23c60d347990c0ee91443b53bf282fb55ecb7f294d84b08f1b4515989efe2458999212a5705e6e4105e43998eb3e24b1f797129d0c1bf2bf7f8')
package() {