File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 16
16
# The following line (GLOBALCONF) is the only line you should need to edit!
17
17
GLOBALCONF = /usr/share/boxes
18
18
GIT_STATUS = $(shell git describe --dirty --always 2>/dev/null || echo "n/a")
19
- BVERSION = 2.2.1
19
+ BVERSION = 2.3.0
20
20
21
21
ALL_FILES = LICENSE README.md boxes-config
22
22
DOC_FILES = doc/boxes.1 doc/boxes.el
Original file line number Diff line number Diff line change 29
29
30
30
include $(TOPDIR)/rules.mk
31
31
PKG_NAME:=boxes
32
- PKG_VERSION:=2.2.1
32
+ PKG_VERSION:=2.3.0
33
33
PKG_RELEASE:=1
34
34
PKG_BUILD_DIR:=$(PKG_NAME)-$(PKG_VERSION).$(PKG_RELEASE)
35
35
36
36
37
- PKG_SOURCE:=v2.2.1 .tar.gz
37
+ PKG_SOURCE:=v2.3.0 .tar.gz
38
38
PKG_SOURCE_URL:=https://github.com/ascii-boxes/boxes/archive/refs/tags/
39
39
40
40
include $(INCLUDE_DIR)/package.mk
Original file line number Diff line number Diff line change 3
3
<metadata >
4
4
<id >boxes.portable</id >
5
5
<title >boxes (Portable)</title >
6
- <version >2.2.1 </version >
6
+ <version >2.3.0 </version >
7
7
<authors >Thomas Jensen and the boxes contributors</authors >
8
8
<summary >Command Line ASCII Boxes Unlimited!</summary >
9
9
<description ><![CDATA[ *Boxes* is a command line program that draws a box around its input text. It can remove
@@ -65,10 +65,10 @@ Details on where boxes looks for configuration files can be found
65
65
<tags >ascii ascii-art box boxes command-line cli</tags >
66
66
<iconUrl >https://boxes.thomasjensen.com/images/boxes-sq-256.png</iconUrl >
67
67
<!-- <license type="expression">GPL-3.0-only</license> -->
68
- <licenseUrl >https://raw.githubusercontent.com/ascii-boxes/boxes/v2.2.1 /LICENSE</licenseUrl >
68
+ <licenseUrl >https://raw.githubusercontent.com/ascii-boxes/boxes/v2.3.0 /LICENSE</licenseUrl >
69
69
<language >en</language >
70
70
<requireLicenseAcceptance >false</requireLicenseAcceptance >
71
- <releaseNotes >https://boxes.thomasjensen.com/2023/08 /boxes-v2.2.1 -released.html</releaseNotes >
71
+ <releaseNotes >https://boxes.thomasjensen.com/2024/02 /boxes-v2.3.0 -released.html</releaseNotes >
72
72
<projectSourceUrl >https://github.com/ascii-boxes/boxes</projectSourceUrl >
73
73
<packageSourceUrl >https://github.com/ascii-boxes/boxes/blob/master/boxes.portable.nuspec</packageSourceUrl >
74
74
<docsUrl >https://boxes.thomasjensen.com/</docsUrl >
Original file line number Diff line number Diff line change 1
- .\" @(#)boxes.1 2.2.1 08/24/2023
1
+ .\" @(#)boxes.1 2.3.0 02/17/2024
2
2
.\"
3
- .TH boxes 1 "August 24 2023 "
3
+ .TH boxes 1 "February 17 2024 "
4
4
.UC 4
5
5
.SH NAME
6
6
boxes \- text mode box and comment drawing filter
You can’t perform that action at this time.
0 commit comments