summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5793756efd16..663205ebb427 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = browservice
pkgdesc = Browse the modern web on historical browsers
- pkgver = 0.9.6.1
+ pkgver = 0.9.6.2
pkgrel = 1
url = https://github.com/ttalvitie/browservice
arch = x86_64
@@ -28,7 +28,7 @@ pkgbase = browservice
depends = fuse2
depends = fuse3
options = !strip
- source = https://github.com/ttalvitie/browservice/releases/download/v0.9.6.1/browservice-v0.9.6.1-x86_64.AppImage
- sha256sums = 5ddaee35bde4c4fcbcd782f3df230e327946421ac496b7e38949a33608ceeb08
+ source = https://github.com/ttalvitie/browservice/releases/download/v0.9.6.2/browservice-v0.9.6.2-x86_64.AppImage
+ sha256sums = f0614b4f173d4fbc704d6656087d2c0f894093e74ad03a7c728fa3c8a01dff23
pkgname = browservice
diff --git a/PKGBUILD b/PKGBUILD
index ce4e4186d017..f4f78e75f989 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Dylan Delgado <dylan1496@live.com>
pkgname=browservice
-pkgver=0.9.6.1
+pkgver=0.9.6.2
pkgrel=1
pkgdesc='Browse the modern web on historical browsers'
url='https://github.com/ttalvitie/browservice'
@@ -10,7 +10,7 @@ arch=('x86_64')
options=(!strip)
depends=('wget' 'cmake' 'poco' 'pango' 'libjpeg-turbo' 'libxcb' 'libx11' 'python' 'xorg-server-xvfb' 'xorg-xauth' 'at-spi2-atk' 'alsa-lib' 'nss' 'libcups' 'libxcursor' 'libxss' 'libxcomposite' 'libxkbcommon' 'ttf-ms-fonts' 'gtkglext' 'fuse2' 'fuse3')
source=("https://github.com/ttalvitie/browservice/releases/download/v${pkgver}/browservice-v${pkgver}-x86_64.AppImage")
-sha256sums=('5ddaee35bde4c4fcbcd782f3df230e327946421ac496b7e38949a33608ceeb08')
+sha256sums=('f0614b4f173d4fbc704d6656087d2c0f894093e74ad03a7c728fa3c8a01dff23')
package() {
cd "${srcdir}"