summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2020-06-16 20:07:06 -0400
committerkewl fft2020-06-16 20:07:06 -0400
commit6111fac28809f4904af4ef14466c712d42b55f79 (patch)
treeb63b1df49b589f20f61cc1463a26ed45582261f0
parent967bbe345d08e833338b174ee6f3c91073b27d33 (diff)
downloadaur-6111fac28809f4904af4ef14466c712d42b55f79.tar.gz
Update to version 1.18.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df30e9f1205d..515972308b14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = simplenote-electron-bin
pkgdesc = The simplest way to keep notes
- pkgver = 1.17.0
+ pkgver = 1.18.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.17.0/Simplenote-linux-1.17.0-amd64.deb
- sha256sums = 835fa8387bd1b169f80281be855a655a222442bfb35634398287ef393ce97292
+ source = https://github.com/Automattic/simplenote-electron/releases/download/v1.18.0/Simplenote-linux-1.18.0-amd64.deb
+ sha256sums = daa9d5d53c271ddc2fda921a0b9e1fa92794c8677595f191cc8387eacaac43d3
pkgname = simplenote-electron-bin
diff --git a/PKGBUILD b/PKGBUILD
index e2a154b5e939..4ba99a710156 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.17.0
+pkgver=1.18.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=('835fa8387bd1b169f80281be855a655a222442bfb35634398287ef393ce97292')
+sha256sums=('daa9d5d53c271ddc2fda921a0b9e1fa92794c8677595f191cc8387eacaac43d3')
# 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,