Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
filiparag committed Sep 15, 2023
1 parent d05feb3 commit 2228d3d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME= wikiman
VERSION= 2.13.1
VERSION= 2.13.2
RELEASE= 1
UPSTREAM= https://github.com/filiparag/wikiman
SOURCES= ${UPSTREAM}/releases/download/
Expand Down Expand Up @@ -165,7 +165,7 @@ source-gentoo: source
@sha1sum ${SOURCESDIR}/tmp/gentoo.tar.xz | grep -q '5abbba5ca440865a766bbb939a3cbb5194096dfb'
@tar xf ${SOURCESDIR}/tmp/gentoo.tar.xz -C ${SOURCESDIR}
@rm -rf ${SOURCESDIR}/tmp

source-fbsd: source

@curl -L '${SOURCES}/2.13/freebsd-docs_20211009.tar.xz' -o ${SOURCESDIR}/tmp/fbsd.tar.xz
Expand All @@ -175,7 +175,7 @@ source-fbsd: source

source-tldr: source

@curl -L '${SOURCES}/2.13.1/tldr-pages_20220922.tar.xz' -o ${SOURCESDIR}/tmp/tldr.tar.xz
@sha1sum ${SOURCESDIR}/tmp/tldr.tar.xz | grep -q '6b3a0452e3bdbbc27e37198eb2602ce7e887e2f5'
@curl -L '${SOURCES}/2.13.2/tldr-pages_20230915.tar.xz' -o ${SOURCESDIR}/tmp/tldr.tar.xz
@sha1sum ${SOURCESDIR}/tmp/tldr.tar.xz | grep -q 'b90d3b8ee953c300df7065ec926664af9c40260a'
@tar xf ${SOURCESDIR}/tmp/tldr.tar.xz -C ${SOURCESDIR}
@rm -rf ${SOURCESDIR}/tmp
4 changes: 2 additions & 2 deletions pkg/.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PKGVER=2.13.1
PKGVER=2.13.2
PKGREL=1
UID=1000
UID=1000
2 changes: 1 addition & 1 deletion pkg/fbsd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= wikiman
DISTVERSION= 2.13
DISTVERSION= 2.13.2
CATEGORIES= textproc

MAINTAINER= [email protected]
Expand Down
4 changes: 2 additions & 2 deletions wikiman.1.man
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" Manual for wmrc.
.TH "wikiman" 1 "7 January 2021" "wikiman 2.12.2" "wikiman manual"
.TH "wikiman" 1 "15 September 2023" "wikiman 2.13.2" "wikiman manual"

.SH NAME
.B wikiman
Expand Down Expand Up @@ -132,7 +132,7 @@ System-wide configuration location:
/etc/wikiman.conf

.SS Sources
sources =
sources =

.SS Fuzzy finder
fuzzy_finder = fzf
Expand Down
2 changes: 1 addition & 1 deletion wikiman.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ init() {

# Configuration variables

conf_version='2.13.0'
conf_version='2.13.2'

config_dir="${XDG_CONFIG_HOME:-"$HOME/.config"}/wikiman"
config_file="$conf_sys_etc/wikiman.conf"
Expand Down

0 comments on commit 2228d3d

Please sign in to comment.