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 932d2a7bf88c..3efd47f7d72f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = biscuit
pkgdesc = A browser where you can organize your apps
- pkgver = 1.2.22
+ pkgver = 1.2.23
pkgrel = 1.8
url = https://eatbiscuit.com/
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = biscuit
depends = nss
depends = dbus-glib
depends = libdbusmenu-gtk2
- source = https://github.com/agata/dl.biscuit/releases/download/v1.2.22/Biscuit-1.2.22.AppImage
- sha256sums = a6d5122d5e119981fe1426bf86006a2d707c73b5e98135b54553989afb5d0be7
+ source = https://github.com/agata/dl.biscuit/releases/download/v1.2.23/Biscuit-1.2.23.AppImage
+ sha256sums = ade5bfb64a99298529f4613bbb66088ea706edadb8960e31ea348b8f5549d258
pkgname = biscuit
diff --git a/PKGBUILD b/PKGBUILD
index aaa0c302cf7e..c5b962244f19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Edmundo Sanchez <zomundo at gmail dot com>
pkgname=biscuit
-pkgver=1.2.22
+pkgver=1.2.23
pkgrel=1.8
pkgdesc='A browser where you can organize your apps'
arch=('x86_64')
@@ -11,7 +11,7 @@ source=(
"https://github.com/agata/dl.biscuit/releases/download/v${pkgver}/Biscuit-${pkgver}.AppImage"
)
-sha256sums=('a6d5122d5e119981fe1426bf86006a2d707c73b5e98135b54553989afb5d0be7')
+sha256sums=('ade5bfb64a99298529f4613bbb66088ea706edadb8960e31ea348b8f5549d258')
prepare() {
chmod u+x ./Biscuit-${pkgver}.AppImage