summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJishnu Mohan2019-05-31 07:03:37 +0530
committerJishnu Mohan2019-05-31 07:03:37 +0530
commit7b3ebd30c6236110bb71dae50258cb51dc2f8d7e (patch)
treeb971968756b833a5e8a5b31364ec39318600d544
parent698c3ccf63f8bcce9862436d88ba6bfc30074143 (diff)
downloadaur-7b3ebd30c6236110bb71dae50258cb51dc2f8d7e.tar.gz
1.9 release
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cb2fdf3c294..c092dec20f36 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.7
+ pkgver = 1.9.0
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.7.zip
- sha256sums = f4d563df26a21463006cd6e005173352cca7b0d43046ad154a67e4b7e195bb5d
+ source = https://github.com/lainsce/quilter/archive/1.9.0.zip
+ sha256sums = 385c73ed931ad06f4b34397bf3c4a1a7f270c8aa4507e782543c930c5ab45065
pkgname = quilter
diff --git a/PKGBUILD b/PKGBUILD
index 11af85e26497..7eb70981f570 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Jishnu Mohan jishnu7 at gmail dot com
pkgname=quilter
-pkgver=1.8.7
+pkgver=1.9.0
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=('f4d563df26a21463006cd6e005173352cca7b0d43046ad154a67e4b7e195bb5d')
+sha256sums=('385c73ed931ad06f4b34397bf3c4a1a7f270c8aa4507e782543c930c5ab45065')
build () {
cd $srcdir/$pkgname-$pkgver