summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJishnu Mohan2019-05-30 18:44:39 +0530
committerJishnu Mohan2019-05-30 18:44:39 +0530
commit698c3ccf63f8bcce9862436d88ba6bfc30074143 (patch)
tree231413f293ab4333322d9074d31c59bd8ed5f310
parent44afccfe4d9a35d92103578d3202b5a104602bde (diff)
downloadaur-698c3ccf63f8bcce9862436d88ba6bfc30074143.tar.gz
1.8.7 release
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3bd1d9b2c8d3..4cb2fdf3c294 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 = 1.8.6
+ pkgver = 1.8.7
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/1.8.6.zip
- sha256sums = e53baa90efe534959e20a6560212688863e0b9e4c4aff1fcffbe6da7f827951b
+ source = https://github.com/lainsce/quilter/archive/1.8.7.zip
+ sha256sums = f4d563df26a21463006cd6e005173352cca7b0d43046ad154a67e4b7e195bb5d
pkgname = quilter
diff --git a/PKGBUILD b/PKGBUILD
index 1d7398ec839c..11af85e26497 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Jishnu Mohan jishnu7 at gmail dot com
pkgname=quilter
-pkgver=1.8.6
+pkgver=1.8.7
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=('a943b70971599fa166cbec4e92aafbe78daeedbcb4ce856bae9ec968d757a783')
+sha256sums=('f4d563df26a21463006cd6e005173352cca7b0d43046ad154a67e4b7e195bb5d')
build () {
cd $srcdir/$pkgname-$pkgver