summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2020-01-31 07:29:20 -0500
committerkewl fft2020-01-31 07:29:20 -0500
commitb52264908b3d22646db3c9f6c3a2a8d09782dcea (patch)
tree878780bc809c517a33f8f3943e4623f3cb602998
parent8654f106d355c764a4a8ec2b421bdd253015fd5a (diff)
downloadaur-b52264908b3d22646db3c9f6c3a2a8d09782dcea.tar.gz
Update to version 1.14.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 130c614ee257..271ddd4c7919 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = simplenote-electron-bin
pkgdesc = The simplest way to keep notes
- pkgver = 1.12.0
+ pkgver = 1.14.0
pkgrel = 1
url = https://github.com/Automattic/simplenote-electron
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = simplenote-electron-bin
depends = gtk3
depends = libxss
provides = simplenote
- source = https://github.com/Automattic/simplenote-electron/releases/download/v1.12.0/Simplenote-linux-1.12.0-amd64.deb
- sha256sums = 9c8855f23778c58c74dc7960ece9266e662c69fc4c71cb45ca1d1fa914242b79
+ source = https://github.com/Automattic/simplenote-electron/releases/download/v1.14.0/Simplenote-linux-1.14.0-amd64.deb
+ sha256sums = b133f48a4673fc958c33163ccf51eb5a826331bd63655bab47cd011483ebc1d0
pkgname = simplenote-electron-bin
diff --git a/PKGBUILD b/PKGBUILD
index 605288d28b60..e72a86c88a30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Samuel Walladge <samuel at swalladge dot id dot au>
pkgname=simplenote-electron-bin
-pkgver=1.12.0
+pkgver=1.14.0
pkgrel=1
pkgdesc="The simplest way to keep notes"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('GPL2')
depends=('nss' 'gtk3' 'libxss')
provides=('simplenote')
source=("${url}/releases/download/v${pkgver}/Simplenote-linux-${pkgver}-amd64.deb")
-sha256sums=('9c8855f23778c58c74dc7960ece9266e662c69fc4c71cb45ca1d1fa914242b79')
+sha256sums=('b133f48a4673fc958c33163ccf51eb5a826331bd63655bab47cd011483ebc1d0')
# Warning: the release deb file has been known to be silently modified,
# resulting in a different checksum. If the checksum fails to validate, this is
# most likely the cause. If you are concerned about the security implications of this,