Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsjensen committed Feb 17, 2024
1 parent 556a5e8 commit 75dfd61
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# The following line (GLOBALCONF) is the only line you should need to edit!
GLOBALCONF = /usr/share/boxes
GIT_STATUS = $(shell git describe --dirty --always 2>/dev/null || echo "n/a")
BVERSION = 2.2.1
BVERSION = 2.3.0

ALL_FILES = LICENSE README.md boxes-config
DOC_FILES = doc/boxes.1 doc/boxes.el
Expand Down
4 changes: 2 additions & 2 deletions boxes-pkg.openwrt
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@

include $(TOPDIR)/rules.mk
PKG_NAME:=boxes
PKG_VERSION:=2.2.1
PKG_VERSION:=2.3.0
PKG_RELEASE:=1
PKG_BUILD_DIR:=$(PKG_NAME)-$(PKG_VERSION).$(PKG_RELEASE)


PKG_SOURCE:=v2.2.1.tar.gz
PKG_SOURCE:=v2.3.0.tar.gz
PKG_SOURCE_URL:=https://github.com/ascii-boxes/boxes/archive/refs/tags/

include $(INCLUDE_DIR)/package.mk
Expand Down
6 changes: 3 additions & 3 deletions boxes.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>boxes.portable</id>
<title>boxes (Portable)</title>
<version>2.2.1</version>
<version>2.3.0</version>
<authors>Thomas Jensen and the boxes contributors</authors>
<summary>Command Line ASCII Boxes Unlimited!</summary>
<description><![CDATA[*Boxes* is a command line program that draws a box around its input text. It can remove
Expand Down Expand Up @@ -65,10 +65,10 @@ Details on where boxes looks for configuration files can be found
<tags>ascii ascii-art box boxes command-line cli</tags>
<iconUrl>https://boxes.thomasjensen.com/images/boxes-sq-256.png</iconUrl>
<!-- <license type="expression">GPL-3.0-only</license> -->
<licenseUrl>https://raw.githubusercontent.com/ascii-boxes/boxes/v2.2.1/LICENSE</licenseUrl>
<licenseUrl>https://raw.githubusercontent.com/ascii-boxes/boxes/v2.3.0/LICENSE</licenseUrl>
<language>en</language>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://boxes.thomasjensen.com/2023/08/boxes-v2.2.1-released.html</releaseNotes>
<releaseNotes>https://boxes.thomasjensen.com/2024/02/boxes-v2.3.0-released.html</releaseNotes>
<projectSourceUrl>https://github.com/ascii-boxes/boxes</projectSourceUrl>
<packageSourceUrl>https://github.com/ascii-boxes/boxes/blob/master/boxes.portable.nuspec</packageSourceUrl>
<docsUrl>https://boxes.thomasjensen.com/</docsUrl>
Expand Down
4 changes: 2 additions & 2 deletions doc/boxes.1.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" @(#)boxes.1 2.2.1 08/24/2023
.\" @(#)boxes.1 2.3.0 02/17/2024
.\"
.TH boxes 1 "August 24 2023"
.TH boxes 1 "February 17 2024"
.UC 4
.SH NAME
boxes \- text mode box and comment drawing filter
Expand Down

0 comments on commit 75dfd61

Please sign in to comment.