summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2020-05-07 08:09:28 -0400
committerkewl fft2020-05-07 08:09:28 -0400
commit86d0853e1fe0fba5c1f3b7721237f557026a57b3 (patch)
tree61397d8a89a79ea362fceb864be19007310c5ec4
parent9340116d867ba00be5297e94f4cbe9e6b3060ec3 (diff)
downloadaur-86d0853e1fe0fba5c1f3b7721237f557026a57b3.tar.gz
Update to version 1.16.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de881d435124..3007bb8acfe1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = simplenote-electron-bin
pkgdesc = The simplest way to keep notes
- pkgver = 1.15.1
+ pkgver = 1.16.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.15.1/Simplenote-linux-1.15.1-amd64.deb
- sha256sums = 1d65b6b3922335f15a9f9adef045761f196dd3c07b141c0505de0ab9952b3ee0
+ source = https://github.com/Automattic/simplenote-electron/releases/download/v1.16.0/Simplenote-linux-1.16.0-amd64.deb
+ sha256sums = 2181e843b0a3eab370e819c8be4f072f8958d2b3792eb28c3b1768e8571bd306
pkgname = simplenote-electron-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3b3cd975152d..9e770a97fb6d 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.15.1
+pkgver=1.16.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=('1d65b6b3922335f15a9f9adef045761f196dd3c07b141c0505de0ab9952b3ee0')
+sha256sums=('2181e843b0a3eab370e819c8be4f072f8958d2b3792eb28c3b1768e8571bd306')
# 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,