Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsjensen committed Feb 15, 2021
1 parent 2f8f463 commit 3f171ad
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 21 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,4 @@ addons:
- bison
- libunistring-dev
- libpcre2-dev

branches:
only:
- master
- diffutils
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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))
BVERSION = 1.3.1-SNAPSHOT
BVERSION = 2.0.0

ALL_FILES = LICENSE README.md README.Win32.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 @@ -34,12 +34,12 @@

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


PKG_SOURCE:=v1.3.tar.gz
PKG_SOURCE:=v2.0.0.tar.gz
PKG_SOURCE_URL:=http://github.com/ascii-boxes/boxes/archive/

include $(INCLUDE_DIR)/package.mk
Expand Down
8 changes: 4 additions & 4 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>0.0.0</version>
<version>2.0.0</version>
<authors>The Boxes Contributors</authors>
<owners>Thomas Jensen</owners>
<summary>Command Line ASCII Boxes Unlimited!</summary>
Expand Down Expand Up @@ -67,7 +67,7 @@ A more complex call might look like this:
### Modifying boxes.cfg
At some point, you may wish to modify existing box designs or even add your own.
At some point, you may wish to modify existing box designs or even add your own.
When that happens, you may find that you don't have the necessary access permissions to modify boxes.cfg in
`%ChocolateyInstall%\lib\boxes.portable\tools` directly. In that case, make a copy of boxes.cfg and place it in one of
the precedent locations, where *boxes* finds it before the original. When reading the config file, *boxes* will try
Expand All @@ -83,10 +83,10 @@ these locations (in order):
<tags>ascii ascii-art filter command-line cli</tags>
<iconUrl>https://boxes.thomasjensen.com/images/boxes-sq-256.png</iconUrl>
<!-- <license type="expression">GPL-2.0-only</license> -->
<licenseUrl>https://www.gnu.org/licenses/old-licenses/gpl-2.0.html</licenseUrl>
<licenseUrl>https://raw.githubusercontent.com/ascii-boxes/boxes/v2.0.0/LICENSE</licenseUrl>
<language>en</language>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://boxes.thomasjensen.com/2019/02/boxes-v1.3-released.html</releaseNotes>
<releaseNotes>https://boxes.thomasjensen.com/2021/02/boxes-v2.0.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/docs/</docsUrl>
Expand Down
2 changes: 1 addition & 1 deletion boxes.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%define name boxes
%define version 1.3
%define version 2.0.0
%define release 0
%define prefix /usr
%define cfgfile %prefix/share/boxes
Expand Down
16 changes: 7 additions & 9 deletions doc/boxes.1.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
.\" @(#)boxes.1 1.3 04/04/2019
.\" @(#)boxes.1 2.0.0 02/14/2021
.\"
.\" boxes.1.in
.\" Thomas Jensen
.\"
.TH boxes 1 "April 04 2019"
.TH boxes 1 "February 14 2021"
.UC 4
.SH NAME
boxes \- text mode box and comment drawing filter
Expand Down Expand Up @@ -355,9 +352,11 @@ This is
.I boxes
version --BVERSION--.
.\" =======================================================================
.SH BUGS
Any currently known bugs, and also any current feature requests are tracked
on GitHub: <URL:https://github.com/ascii-boxes/boxes/issues>
.SH LICENSE
.I boxes
is free software under the terms of the GNU General Public License,
version 2. Details in the LICENSE file:
<URL:https://raw.githubusercontent.com/ascii-boxes/boxes/v--BVERSION--/LICENSE>
.\" =======================================================================
.SH ENVIRONMENT
.I Boxes
Expand All @@ -384,4 +383,3 @@ system\-wide configuration file
.BR figlet (6),
.BR iconv (1),
.BR lolcat (6)

0 comments on commit 3f171ad

Please sign in to comment.