summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Webster2023-10-21 23:43:27 +1300
committerNick Webster2023-10-21 23:43:27 +1300
commitd5003f782f49b7b9df090033d3cdb69dd10ba7b5 (patch)
tree817fa367dee5240e486ae54f51616d2b849bb8ff
parent5caf495e90d26175b8d1b0ee77ba5b60c88a8bcb (diff)
downloadaur-d5003f782f49b7b9df090033d3cdb69dd10ba7b5.tar.gz
Updating to the latest from upstream (v4.4.0)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e688bb1f571..e790cf42090d 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 = 4.3.0
+ pkgver = 4.4.0
pkgrel = 1
url = https://getmicropad.com
install = micropad.install
arch = x86_64
license = MPL2
depends = electron>=20.0.0
- source = https://github.com/MicroPad/MicroPad-Electron/releases/download/v4.3.0/micropad-4.3.0.pacman
+ source = https://github.com/MicroPad/MicroPad-Electron/releases/download/v4.4.0/micropad-4.4.0.pacman
source = micropad-bin
- sha256sums = a9ca4df7f259f4751fc02f01a4fd6169bbf2db3568700e158eadff0547734629
+ sha256sums = 1a05d63302241828687ca3429f0cfa7b5e0c149b8cb15b9f4312e25fd43664ae
sha256sums = a279320c7a7d47949f3b6102fa3b15f1a31edf9c9a4134f2fa3034a77b9b6f03
pkgname = micropad
diff --git a/PKGBUILD b/PKGBUILD
index b603e7ebb699..f1642b11b69d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Nick Webster <nick@nick.geek.nz>
pkgname=micropad
-pkgver=4.3.0
+pkgver=4.4.0
pkgrel=1
pkgdesc="A powerful note-taking app that helps you organise + take notes without restrictions."
arch=('x86_64')
@@ -13,7 +13,7 @@ source=(
"https://github.com/MicroPad/MicroPad-Electron/releases/download/v${pkgver}/${pkgname}-${pkgver}.pacman"
"micropad-bin"
)
-sha256sums=('a9ca4df7f259f4751fc02f01a4fd6169bbf2db3568700e158eadff0547734629'
+sha256sums=('1a05d63302241828687ca3429f0cfa7b5e0c149b8cb15b9f4312e25fd43664ae'
'a279320c7a7d47949f3b6102fa3b15f1a31edf9c9a4134f2fa3034a77b9b6f03')
install="micropad.install"