Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated for version 1.7.7, new maintainer #9300

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion development/obsidian/obsidian.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# Slackware build script for Obsidian

# Copyright 2025 Matt Egger, United States
# Copyright 2024 Dimitar Nikov, Alfreton, United Kingdom
# All rights reserved.
#
Expand All @@ -25,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=obsidian
VERSION=${VERSION:-1.5.8}
VERSION=${VERSION:-1.7.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down
10 changes: 5 additions & 5 deletions development/obsidian/obsidian.info
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PRGNAM="obsidian"
VERSION="1.5.8"
VERSION="1.7.7"
HOMEPAGE="https://obsidian.md/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/obsidianmd/obsidian-releases/releases/download/v1.5.8/obsidian_1.5.8_amd64.deb"
MD5SUM_x86_64="7153ea50aaf7e5b405e975dae1ec91ad"
DOWNLOAD_x86_64="https://github.com/obsidianmd/obsidian-releases/releases/download/v1.7.7/obsidian_1.7.7_amd64.deb"
MD5SUM_x86_64="3f5420bddb669d53362d262a96b5c98d"
REQUIRES=""
MAINTAINER="Dimitar Nikov"
EMAIL="dimitar at nikov dot net"
MAINTAINER="Matt Egger"
EMAIL="matt.egger@gmail.com"