summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Webster2020-08-23 21:26:06 +1200
committerNick Webster2020-08-23 21:26:06 +1200
commit8987c2be0e7c41e1afd1ebfced223c1039b71036 (patch)
tree0d8abd02b53f93b4b0d3c946abb803c3143316e7
parent4461761fbe180e0adfb5bc63025c5fc854d6162f (diff)
downloadaur-8987c2be0e7c41e1afd1ebfced223c1039b71036.tar.gz
Updating to the latest from upstream
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ad0c8019b52..82a9f5a95281 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = micropad
pkgdesc = A powerful note-taking app that helps you organise + take notes without restrictions.
- pkgver = 3.23.1
+ pkgver = 3.24.0
pkgrel = 1
url = https://getmicropad.com
install = micropad.install
arch = x86_64
license = MPL2
depends = electron>=9.0.0
- source = https://github.com/MicroPad/Electron/releases/download/v3.23.1/micropad-3.23.1.pacman
+ source = https://github.com/MicroPad/MicroPad-Electron/releases/download/v3.24.0/micropad-3.24.0.pacman
source = micropad-bin
- md5sums = fb8a98f8c8814839cd78b2ce91d1e9e5
+ md5sums = a34f493a43245cc270330194eb0ce90c
md5sums = f763f23b4887a15000b3aeac8d6c3439
pkgname = micropad
diff --git a/PKGBUILD b/PKGBUILD
index d64984fdc01b..fff234d195d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Nick Webster <nick@nick.geek.nz>
pkgname=micropad
-pkgver=3.23.1
+pkgver=3.24.0
pkgrel=1
pkgdesc="A powerful note-taking app that helps you organise + take notes without restrictions."
arch=('x86_64')
@@ -10,11 +10,11 @@ depends=(
'electron>=9.0.0'
)
source=(
- "https://github.com/MicroPad/Electron/releases/download/v${pkgver}/${pkgname}-${pkgver}.pacman"
+ "https://github.com/MicroPad/MicroPad-Electron/releases/download/v${pkgver}/${pkgname}-${pkgver}.pacman"
"micropad-bin"
)
md5sums=(
- 'fb8a98f8c8814839cd78b2ce91d1e9e5'
+ 'a34f493a43245cc270330194eb0ce90c'
'f763f23b4887a15000b3aeac8d6c3439'
)
install="micropad.install"