From b77075849f52cafa4db9f59261c8d9c25d38a5cd Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Fri, 5 Apr 2024 09:33:20 +0200 Subject: [PATCH] qownnotes: Update to 24.4.0 --- mingw-w64-qownnotes/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-qownnotes/PKGBUILD b/mingw-w64-qownnotes/PKGBUILD index ffa2d4d186..d8fd29da7f 100644 --- a/mingw-w64-qownnotes/PKGBUILD +++ b/mingw-w64-qownnotes/PKGBUILD @@ -3,7 +3,7 @@ _realname=qownnotes pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") -pkgver=24.2.5 +pkgver=24.4.0 pkgrel=1 pkgdesc="Plain-text file markdown note taking with Nextcloud/ownCloud integration" arch=('any') @@ -28,7 +28,7 @@ makedepends=( "${MINGW_PACKAGE_PREFIX}-qt6-tools" ) source=("https://github.com/pbek/QOwnNotes/releases/download/v${pkgver}/qownnotes-${pkgver}.tar.xz") -sha256sums=('c4baedf678362dedde10f1f25eea2a4d4c121f987a27ef776ca17120068476e0') +sha256sums=('4b1a190f90d8b8f009670062c37f2365823e7bd144c63f9389495ccef6d79160') build() { cd "${_realname}-${pkgver}"