summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJishnu Mohan2019-07-30 11:59:46 +0530
committerJishnu Mohan2019-07-30 11:59:46 +0530
commitc3ab97577433d444c378169c03a7cb5cbfa10b56 (patch)
tree6b7cad805b40360b962232b816431ae046aa938d
parentf71d613b77a5bbbcab3c494f7f823f7679975144 (diff)
downloadaur-c3ab97577433d444c378169c03a7cb5cbfa10b56.tar.gz
1.9.3 release
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50f3f2184cd0..49da90f8f13a 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.9.2
+ pkgver = 1.9.3
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.9.2.zip
- sha256sums = 4c94e488b7fc16f5adc1f4170117f96191f8816ee5900d5925d1776d9fe8b068
+ source = https://github.com/lainsce/quilter/archive/1.9.3.zip
+ sha256sums = 597371496d5e6841ef6d7d7c83253e770bb55de35cbd5c09b6dc0f2d498145ce
pkgname = quilter
diff --git a/PKGBUILD b/PKGBUILD
index f2dc313cc438..3f822314cee8 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Jishnu Mohan jishnu7 at gmail dot com
pkgname=quilter
-pkgver=1.9.2
+pkgver=1.9.3
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=('4c94e488b7fc16f5adc1f4170117f96191f8816ee5900d5925d1776d9fe8b068')
+sha256sums=('597371496d5e6841ef6d7d7c83253e770bb55de35cbd5c09b6dc0f2d498145ce')
build () {
cd $srcdir/$pkgname-$pkgver