summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Golatofski2020-01-05 21:43:30 +0100
committerFelix Golatofski2020-01-05 21:43:30 +0100
commit6850dc8c826bc95299d165542dacdf21ae4f1b43 (patch)
tree2cd48aab4471def47ba4eda1cb2dd782ab62b0aa
parentd9a506fe87b94ed50b079a40e67c35a2e9507f30 (diff)
downloadaur-6850dc8c826bc95299d165542dacdf21ae4f1b43.tar.gz
Updated to 1.4.1
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5847d3425137..859d9f16f40b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=next-browser
-pkgver=1.3.4
+pkgver=1.4.1
pkgrel=1
pkgdesc="Keyboard-oriented, Common Lisp extensible web-browser"
arch=('i686' 'x86_64')
url="https://next.atlas.engineer"
license=('custom:BSD')
source=("$pkgname-$pkgver.tar.gz::https://github.com/atlas-engineer/next/archive/$pkgver.tar.gz")
-sha256sums=('e8fe93cef62985926a25da4138f3e865b48d8c0ed19125d5f52724fd7a4c6e87')
+sha512sums=('15bccbbe012bffdf13a600fc7d398766c8c8ef0d26efa54fac6bf27355619e72c47f51708bb6a4236631e064d4570ebe08bcfe8f3fdb643db6f3923769d58907')
# If someday Next works with other Lisps, replace 'sbcl' with 'common-lisp'.
makedepends=('sbcl' 'cl-asdf')
depends=('webkit2gtk' 'sqlite' 'glib-networking' 'gsettings-desktop-schemas' 'libfixposix')