summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikuro Kagamine2019-07-04 00:24:56 +1000
committerMikuro Kagamine2019-07-04 00:24:56 +1000
commit6f626ca9cdc8bb02fecac73be8365b3ba958e151 (patch)
tree7a98aa2c082ca7ce2a3debe15eae2e3c39ce3b7b
parent174e7e12aab22272585577a4da053179624960f5 (diff)
downloadaur-6f626ca9cdc8bb02fecac73be8365b3ba958e151.tar.gz
1.6.4
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf4f273d641e..43fdb4281a43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = browsh
pkgdesc = A fully-modern text-based browser, rendering to TTY and browsers
- pkgver = 1.5.2
+ pkgver = 1.6.4
pkgrel = 1
url = https://www.brow.sh
arch = x86_64
@@ -18,12 +18,12 @@ pkgbase = browsh
optdepends = upx: compress binary
conflicts = browsh-bin
conflicts = browsh-git
- noextract = browsh-1.5.2-an.fx.xpi
+ noextract = browsh-1.6.4-an.fx.xpi
options = !strip
- source = https://github.com/browsh-org/browsh/archive/v1.5.2.tar.gz
- source = https://github.com/browsh-org/browsh/releases/download/v1.5.2/browsh-1.5.2-an.fx.xpi
- sha256sums = c1a39b8982caa3cf96d67ff4e8b2d6fd80746a8f3ddd13f0650cbc875ca7b8fd
- sha256sums = c3b475953de61a930c12c89cde3d2630e511b28ddbd21da7830e02173df32a2d
+ source = https://github.com/browsh-org/browsh/archive/v1.6.4.tar.gz
+ source = https://github.com/browsh-org/browsh/releases/download/v1.6.4/browsh-1.6.4-an.fx.xpi
+ sha256sums = 965ce2d94d1d9e4b92411d344421c0bea40994527cafd694c5a6e8e206681ede
+ sha256sums = b410527a69dba88a30d8a6d341a20eb5cb1f84b684e9bc8bb6bc88a2930e0eea
pkgname = browsh
diff --git a/PKGBUILD b/PKGBUILD
index 61695a2ca107..928de35f39be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mikuro Kagamine <mikurok@forgecrushing.com>
pkgname=browsh
-pkgver=1.5.2
+pkgver=1.6.4
pkgrel=1
pkgdesc='A fully-modern text-based browser, rendering to TTY and browsers'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
@@ -15,8 +15,8 @@ options=('!strip')
noextract=("${pkgname}-${pkgver}-an.fx.xpi")
source=("https://github.com/${pkgname}-org/${pkgname}/archive/v${pkgver}.tar.gz"
"https://github.com/${pkgname}-org/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}-an.fx.xpi")
-sha256sums=('c1a39b8982caa3cf96d67ff4e8b2d6fd80746a8f3ddd13f0650cbc875ca7b8fd'
- 'c3b475953de61a930c12c89cde3d2630e511b28ddbd21da7830e02173df32a2d')
+sha256sums=('965ce2d94d1d9e4b92411d344421c0bea40994527cafd694c5a6e8e206681ede'
+ 'b410527a69dba88a30d8a6d341a20eb5cb1f84b684e9bc8bb6bc88a2930e0eea')
prepare() {