summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJishnu Mohan2021-02-11 08:04:26 +0530
committerJishnu Mohan2021-02-11 08:04:26 +0530
commitaa14ff2246cfead0e5157be6bf5a3b3132087319 (patch)
tree55d30fa8e616ec2e3130dd60b9cd89686ecfe403
parentd4bcdacdfa015a6cc6bd2c36a270c3426537f1c1 (diff)
downloadaur-aa14ff2246cfead0e5157be6bf5a3b3132087319.tar.gz
3.25 release
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f14f69866146..942ac931ed78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = quilter
pkgdesc = Focus on your writing and write beautiful solid stories with the Focus Mode in tow in this Markdown editor.
- pkgver = 2.2.4
+ pkgver = 3.2.5
pkgrel = 1
url = https://github.com/lainsce/quilter
install = quilter.install
@@ -16,8 +16,8 @@ pkgbase = quilter
depends = discount
depends = webkit2gtk
depends = gtkspell3
- source = https://github.com/lainsce/quilter/archive/2.2.4.zip
- sha256sums = 55519cea84840f7158779bb5472bf0a47cb56b69755be3f98149c3e56fb65a3a
+ source = https://github.com/lainsce/quilter/archive/3.2.5.zip
+ sha256sums = e774731b07f2881edd5b664a3165aba4575cb76479836332fb7f4edc814131ad
pkgname = quilter
diff --git a/PKGBUILD b/PKGBUILD
index 078fb9a6602b..adf17719fcc9 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Jishnu Mohan jishnu7 at gmail dot com
pkgname=quilter
-pkgver=2.2.4
+pkgver=3.2.5
pkgrel=1
pkgdesc="Focus on your writing and write beautiful solid stories with the Focus Mode in tow in this Markdown editor."
arch=(any)
@@ -13,7 +13,7 @@ install=quilter.install
source=(
"https://github.com/lainsce/quilter/archive/${pkgver}.zip"
)
-sha256sums=('55519cea84840f7158779bb5472bf0a47cb56b69755be3f98149c3e56fb65a3a')
+sha256sums=('e774731b07f2881edd5b664a3165aba4575cb76479836332fb7f4edc814131ad')
build () {
cd $srcdir/$pkgname-$pkgver