summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2019-11-08 09:26:48 -0500
committerkewl fft2019-11-08 09:26:48 -0500
commitf53ed41f143d1387695f5548e400438bc065445b (patch)
tree01bc8bdd59862c9d53f07f9f2dc5dd8fa42e40e5
parent135d8f15ed55f87bfa3cf8546d7e81940a0d75d7 (diff)
downloadaur-f53ed41f143d1387695f5548e400438bc065445b.tar.gz
Update to version 1.10.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5e7b4cfe903..127b6d42b569 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = simplenote-electron-bin
pkgdesc = The simplest way to keep notes
- pkgver = 1.9.0
+ pkgver = 1.10.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.9.0/Simplenote-linux-1.9.0-amd64.deb
- sha256sums = 396e0a794504799e5318a685f10de6c418c78b66880d297b1f0bdf5715b6d951
+ source = https://github.com/Automattic/simplenote-electron/releases/download/v1.10.0/Simplenote-linux-1.10.0-amd64.deb
+ sha256sums = 5ab43652cc2f25da4a596e5e0147258c3ebb999b090a9459c17f4c2a5fcd4f5f
pkgname = simplenote-electron-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8d913065cfc0..136d0053b493 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.9.0
+pkgver=1.10.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=('396e0a794504799e5318a685f10de6c418c78b66880d297b1f0bdf5715b6d951')
+sha256sums=('5ab43652cc2f25da4a596e5e0147258c3ebb999b090a9459c17f4c2a5fcd4f5f')
# 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,