diff options
author | Matt Egger <matt.egger@gmail.com> | 2025-03-06 14:48:15 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-03-07 21:02:34 +0700 |
commit | 6f187a6ea8ae332c0c5b58cd7ad31d2c2b97a246 (patch) | |
tree | 7d44d9b09c633e604f818b97000b96991218f7f9 | |
parent | 26fe02b6207b8758089b5374fd4b97d917d3c17e (diff) |
development/obsidian: updated for version 1.8.9
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/obsidian/obsidian.SlackBuild | 4 | ||||
-rw-r--r-- | development/obsidian/obsidian.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/obsidian/obsidian.SlackBuild b/development/obsidian/obsidian.SlackBuild index e1d62db5e3..7a51335002 100644 --- a/development/obsidian/obsidian.SlackBuild +++ b/development/obsidian/obsidian.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Obsidian -# Copyright 2025 Matt Egger, United States +# Copyright 2025 Matt Egger, Philadelphia, PA, United States # Copyright 2024 Dimitar Nikov, Alfreton, United Kingdom # All rights reserved. # @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=obsidian -VERSION=${VERSION:-1.8.7} +VERSION=${VERSION:-1.8.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/obsidian/obsidian.info b/development/obsidian/obsidian.info index f3f09775ea..18ead29abd 100644 --- a/development/obsidian/obsidian.info +++ b/development/obsidian/obsidian.info @@ -1,10 +1,10 @@ PRGNAM="obsidian" -VERSION="1.8.7" +VERSION="1.8.9" HOMEPAGE="https://obsidian.md/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/obsidianmd/obsidian-releases/releases/download/v1.8.7/obsidian_1.8.7_amd64.deb" -MD5SUM_x86_64="8f3cb0fb5590b5e340744ab8b1ac80ce" +DOWNLOAD_x86_64="https://github.com/obsidianmd/obsidian-releases/releases/download/v1.8.9/obsidian_1.8.9_amd64.deb" +MD5SUM_x86_64="096d98f4f5eebf8f5bfc197779d71884" REQUIRES="" MAINTAINER="Matt Egger" EMAIL="matt.egger@gmail.com" |