summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Palhas2020-11-14 15:56:22 +0000
committerMiguel Palhas2020-11-14 15:56:22 +0000
commitbb33b2266eff30a6bbd410fc0ac6f31c4d6bd99a (patch)
tree1769915d37223e145c589fcf410c98080b8afb18
parentd60d3643d9ca7943d31049b6a3f6fe8a2a07b27c (diff)
downloadaur-bb33b2266eff30a6bbd410fc0ac6f31c4d6bd99a.tar.gz
Updating to 1.12.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b524c900c843..95e9fcab5cc5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = notedown
pkgdesc = A simple, keyboard-driven, markdown note-taking app
- pkgver = 1.10.0
+ pkgver = 1.12.0
pkgrel = 1
url = https://github.com/subvisual/notedown
arch = any
license = MPL
depends = electron
- source = https://github.com/subvisual/notedown/releases/download/v1.10.0/notedown-1.10.0.tar.gz
+ source = https://github.com/subvisual/notedown/releases/download/v1.12.0/notedown-1.12.0.tar.gz
source = notedown.desktop
source = icon.png
- sha256sums = ca8274ec5b8de3731e8b7f460c8f3670c5a5aa4279d1f83dee3fa52e67f24ba8
+ sha256sums = e96874f194f35efb34090de6ed6950bceb9d7f3ed15df02cace9715e935e8629
sha256sums = 9d8a2c3d6997360dc3d46bd7fe070d3cd55ff1c86f28abc1705703bf7cdbe4ea
sha256sums = 237f69269de51f3c36405a3ea95307793699c5e1730767cdab726d4e1c2fc11a
diff --git a/PKGBUILD b/PKGBUILD
index 2e263ba48cc6..651c38d00a6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=notedown
-pkgver=1.10.0
+pkgver=1.12.0
pkgrel=1
pkgdesc="A simple, keyboard-driven, markdown note-taking app"
arch=('any')
@@ -7,7 +7,7 @@ url="https://github.com/subvisual/notedown"
license=('MPL')
depends=('electron')
source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz" "notedown.desktop" "icon.png")
-sha256sums=('ca8274ec5b8de3731e8b7f460c8f3670c5a5aa4279d1f83dee3fa52e67f24ba8' '9d8a2c3d6997360dc3d46bd7fe070d3cd55ff1c86f28abc1705703bf7cdbe4ea' '237f69269de51f3c36405a3ea95307793699c5e1730767cdab726d4e1c2fc11a')
+sha256sums=('e96874f194f35efb34090de6ed6950bceb9d7f3ed15df02cace9715e935e8629' '9d8a2c3d6997360dc3d46bd7fe070d3cd55ff1c86f28abc1705703bf7cdbe4ea' '237f69269de51f3c36405a3ea95307793699c5e1730767cdab726d4e1c2fc11a')
package() {
echo $srcdir