summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup2023-05-16 09:33:59 +0200
committerKlaus Alexander Seistrup2023-05-16 09:33:59 +0200
commit7c6094067bd966d8b8cfa290db18c63084bd7423 (patch)
treeeeae4f7f08f47f73251ce58a8117c851ef27698e
parent1c3f603e9cb4eaf32707972d55b0bb1bdc2337e9 (diff)
downloadaur-7c6094067bd966d8b8cfa290db18c63084bd7423.tar.gz
New upstream release: v0.5.6
Release notes: * https://github.com/mdSilo/mdSilo-app/releases/tag/app-v0.5.6
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba96ad2f979e..aea733f222c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mdsilo-bin
pkgdesc = Local-first, lightweight personal wiki, RSS and podcast client (pre-compiled)
- pkgver = 0.5.5
- pkgrel = 2
+ pkgver = 0.5.6
+ pkgrel = 1
url = https://github.com/mdSilo/mdSilo-app
arch = x86_64
license = AGPL3
@@ -16,9 +16,9 @@ pkgbase = mdsilo-bin
depends = webkit2gtk
provides = mdsilo
conflicts = mdsilo
- source = https://github.com/mdSilo/mdSilo-app/releases/download/app-v0.5.5/mdsilo_0.5.5_amd64.deb
- sha256sums = 6fba1765bc02654a31f12058097d608c140d7047c73bac85b3bea55e7cbf656a
- sha512sums = dd78e1bb8a8f4554d16a898f7272921dfbcdb66bf42aab89aa09dac8cd8b64bd552dced39236feba7e4074096e6f6d560600e78d74474a043ed9bcaf43224e8b
- b2sums = 668e3e094ddf259823e44f47ba534d29adf136fa2f41652d1ce620b1d8b0d5a5791d0711cd9a1fd60e1d761c13c9c588a7c1d74d51879d8e78c2e31925395bec
+ source = https://github.com/mdSilo/mdSilo-app/releases/download/app-v0.5.6/mdsilo_0.5.6_amd64.deb
+ sha256sums = f99bff54e64c8bd93528f77eca10ceecc947649ac1fc1f7127896ff0f57707cc
+ sha512sums = db7117c9ce5cb3fb956ebddc2afce37a70090e132d5162fd132665282b1fb27e30416e4cb36fe28763c8fcf69d5ac5be0b275d2e032522e98c4c393d9a1ee4ec
+ b2sums = bc283abaac7f5865bc23dc639f9d95833f7fded877a938054a98f4a604dfd5a614cf1391def4540cc4f90a91d950ca39b1bda0454ffd77956ccc6779292cb13d
pkgname = mdsilo-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8a84def7ed2f..15bd2a4102ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname='mdsilo-bin'
_pkgname="${pkgname%%-bin}"
-pkgver=0.5.5
-pkgrel=2
+pkgver=0.5.6
+pkgrel=1
pkgdesc='Local-first, lightweight personal wiki, RSS and podcast client (pre-compiled)'
arch=('x86_64')
#url='https://mdsilo.com/'
@@ -33,13 +33,13 @@ package() {
}
sha256sums=(
- '6fba1765bc02654a31f12058097d608c140d7047c73bac85b3bea55e7cbf656a'
+ 'f99bff54e64c8bd93528f77eca10ceecc947649ac1fc1f7127896ff0f57707cc'
)
sha512sums=(
- 'dd78e1bb8a8f4554d16a898f7272921dfbcdb66bf42aab89aa09dac8cd8b64bd552dced39236feba7e4074096e6f6d560600e78d74474a043ed9bcaf43224e8b'
+ 'db7117c9ce5cb3fb956ebddc2afce37a70090e132d5162fd132665282b1fb27e30416e4cb36fe28763c8fcf69d5ac5be0b275d2e032522e98c4c393d9a1ee4ec'
)
b2sums=(
- '668e3e094ddf259823e44f47ba534d29adf136fa2f41652d1ce620b1d8b0d5a5791d0711cd9a1fd60e1d761c13c9c588a7c1d74d51879d8e78c2e31925395bec'
+ 'bc283abaac7f5865bc23dc639f9d95833f7fded877a938054a98f4a604dfd5a614cf1391def4540cc4f90a91d950ca39b1bda0454ffd77956ccc6779292cb13d'
)
# eof