From 4398c3607eab05c6c5d34417e5653b001c1874b1 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 13 Nov 2023 01:10:04 +0000 Subject: [PATCH] Update v8.14.5.tar.gz to 8.15.0 --- net.cozic.joplin_desktop.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net.cozic.joplin_desktop.yml b/net.cozic.joplin_desktop.yml index 90523a5..a49daba 100644 --- a/net.cozic.joplin_desktop.yml +++ b/net.cozic.joplin_desktop.yml @@ -36,8 +36,8 @@ modules: - '*' sources: - type: archive - url: https://github.com/libvips/libvips/archive/refs/tags/v8.14.5.tar.gz - sha256: de5ab7ffa5c1ad9d68f97bfa8c31b6a7e4a184c89947552ea92107318b0208b4 + url: https://github.com/libvips/libvips/archive/refs/tags/v8.15.0.tar.gz + sha256: 990641f1c10f1df238719b28e6843275bdefd76de642d197307455f0183c02c3 x-checker-data: type: anitya project-id: 5097 @@ -115,9 +115,9 @@ modules: - type: script dest-filename: clean-gpucache.sh commands: - - set -e + - set -e - dir=~/.var/app/net.cozic.joplin_desktop/config/Joplin/GPUCache - - | + - | for f in $(find $dir -maxdepth 1 -mindepth 1) do if [ $(stat --format=%Z /usr/lib/*/libdrm.so.?) -gt $(stat --format=%Y $f) ];then