summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2020-07-14 08:31:13 -0400
committerkewl fft2020-07-14 08:31:13 -0400
commit984184bee39ad0ce4e3e413f70df44b218aeec5e (patch)
tree760fa7eb79aa8babdf5dedbe6e4b153887a6e63b
parentb52dae3e1bdc5a25761b9477c2e23887a1da08f1 (diff)
downloadaur-984184bee39ad0ce4e3e413f70df44b218aeec5e.tar.gz
Update to version 1.20.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a8fe80e64c0..9b1b50e79c4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = simplenote-electron-bin
pkgdesc = The simplest way to keep notes
- pkgver = 1.19.0
+ pkgver = 1.20.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.19.0/Simplenote-linux-1.19.0-amd64.deb
- sha256sums = 8ba76f0dc118dbed5d509154b336dc95434456c95316fddbf93679e168476faf
+ source = https://github.com/Automattic/simplenote-electron/releases/download/v1.20.0/Simplenote-linux-1.20.0-amd64.deb
+ sha256sums = c78a061035b889a837aff29f22131cf367b7a596e49e2beaee7615a69645fb3b
pkgname = simplenote-electron-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2ba9ad8c107d..7c9196408cc5 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.19.0
+pkgver=1.20.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=('8ba76f0dc118dbed5d509154b336dc95434456c95316fddbf93679e168476faf')
+sha256sums=('c78a061035b889a837aff29f22131cf367b7a596e49e2beaee7615a69645fb3b')
# 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,