Skip to content

Commit bae3528

Browse files
committedOct 3, 2024
v2.3.1
1 parent eea1dfe commit bae3528

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# The following line (GLOBALCONF) is the only line you should need to edit!
1717
GLOBALCONF = /usr/share/boxes
1818
GIT_STATUS = $(shell git describe --dirty --always 2>/dev/null || echo "n/a")
19-
BVERSION = 2.3.0
19+
BVERSION = 2.3.1
2020

2121
ALL_FILES = LICENSE README.md boxes-config
2222
DOC_FILES = doc/boxes.1 doc/boxes.el

‎boxes-pkg.openwrt

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929

3030
include $(TOPDIR)/rules.mk
3131
PKG_NAME:=boxes
32-
PKG_VERSION:=2.3.0
32+
PKG_VERSION:=2.3.1
3333
PKG_RELEASE:=1
3434
PKG_BUILD_DIR:=$(PKG_NAME)-$(PKG_VERSION).$(PKG_RELEASE)
3535

3636

37-
PKG_SOURCE:=v2.3.0.tar.gz
37+
PKG_SOURCE:=v2.3.1.tar.gz
3838
PKG_SOURCE_URL:=https://github.com/ascii-boxes/boxes/archive/refs/tags/
3939

4040
include $(INCLUDE_DIR)/package.mk

‎boxes.portable.nuspec

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>boxes.portable</id>
55
<title>boxes (Portable)</title>
6-
<version>2.3.0</version>
6+
<version>2.3.1</version>
77
<authors>Thomas Jensen and the boxes contributors</authors>
88
<summary>Command Line ASCII Boxes Unlimited!</summary>
99
<description><![CDATA[*Boxes* is a command line program that draws a box around its input text. It can remove
@@ -57,18 +57,18 @@ parent :global:
5757
This will make it inherit the global config. You can add any new or modified designs in your new personal config.
5858
5959
Details on where boxes looks for configuration files can be found
60-
[here](https://boxes.thomasjensen.com/v2.2.1/boxes-man-1.html#CONFIGURATION%20FILE).
60+
[here](https://boxes.thomasjensen.com/v2.3.1/boxes-man-1.html#CONFIGURATION%20FILE).
6161
6262
&nbsp;
6363
]]></description>
6464
<projectUrl>https://boxes.thomasjensen.com/</projectUrl>
6565
<tags>ascii ascii-art box boxes command-line cli</tags>
6666
<iconUrl>https://boxes.thomasjensen.com/images/boxes-sq-256.png</iconUrl>
6767
<!-- <license type="expression">GPL-3.0-only</license> -->
68-
<licenseUrl>https://raw.githubusercontent.com/ascii-boxes/boxes/v2.3.0/LICENSE</licenseUrl>
68+
<licenseUrl>https://raw.githubusercontent.com/ascii-boxes/boxes/v2.3.1/LICENSE</licenseUrl>
6969
<language>en</language>
7070
<requireLicenseAcceptance>false</requireLicenseAcceptance>
71-
<releaseNotes>https://boxes.thomasjensen.com/2024/02/boxes-v2.3.0-released.html</releaseNotes>
71+
<releaseNotes>https://boxes.thomasjensen.com/2024/10/boxes-v2.3.1-released.html</releaseNotes>
7272
<projectSourceUrl>https://github.com/ascii-boxes/boxes</projectSourceUrl>
7373
<packageSourceUrl>https://github.com/ascii-boxes/boxes/blob/master/boxes.portable.nuspec</packageSourceUrl>
7474
<docsUrl>https://boxes.thomasjensen.com/</docsUrl>

‎doc/boxes.1.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.\" @(#)boxes.1 2.3.0 02/17/2024
1+
.\" @(#)boxes.1 2.3.1 10/03/2024
22
.\"
3-
.TH boxes 1 "February 17 2024"
3+
.TH boxes 1 "October 10 2024"
44
.UC 4
55
.SH NAME
66
boxes \- text mode box and comment drawing filter

0 commit comments

Comments
 (0)