Skip to content

Commit 3f171ad

Browse files
committed
v2.0.0
1 parent 2f8f463 commit 3f171ad

File tree

6 files changed

+16
-21
lines changed

6 files changed

+16
-21
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,4 @@ addons:
1313
- bison
1414
- libunistring-dev
1515
- libpcre2-dev
16-
17-
branches:
18-
only:
19-
- master
16+
- diffutils

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# The following line (GLOBALCONF) is the only line you should need to edit!
2222
GLOBALCONF = /usr/share/boxes
2323
GIT_STATUS = ($(shell git describe --dirty --always))
24-
BVERSION = 1.3.1-SNAPSHOT
24+
BVERSION = 2.0.0
2525

2626
ALL_FILES = LICENSE README.md README.Win32.md boxes-config
2727
DOC_FILES = doc/boxes.1 doc/boxes.el

boxes-pkg.openwrt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434

3535
include $(TOPDIR)/rules.mk
3636
PKG_NAME:=boxes
37-
PKG_VERSION:=1.3
37+
PKG_VERSION:=2.0.0
3838
PKG_RELEASE:=1
3939
PKG_BUILD_DIR:=$(PKG_NAME)-$(PKG_VERSION).$(PKG_RELEASE)
4040

4141

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

4545
include $(INCLUDE_DIR)/package.mk

boxes.portable.nuspec

Lines changed: 4 additions & 4 deletions
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>0.0.0</version>
6+
<version>2.0.0</version>
77
<authors>The Boxes Contributors</authors>
88
<owners>Thomas Jensen</owners>
99
<summary>Command Line ASCII Boxes Unlimited!</summary>
@@ -67,7 +67,7 @@ A more complex call might look like this:
6767
6868
### Modifying boxes.cfg
6969
70-
At some point, you may wish to modify existing box designs or even add your own.
70+
At some point, you may wish to modify existing box designs or even add your own.
7171
When that happens, you may find that you don't have the necessary access permissions to modify boxes.cfg in
7272
`%ChocolateyInstall%\lib\boxes.portable\tools` directly. In that case, make a copy of boxes.cfg and place it in one of
7373
the precedent locations, where *boxes* finds it before the original. When reading the config file, *boxes* will try
@@ -83,10 +83,10 @@ these locations (in order):
8383
<tags>ascii ascii-art filter command-line cli</tags>
8484
<iconUrl>https://boxes.thomasjensen.com/images/boxes-sq-256.png</iconUrl>
8585
<!-- <license type="expression">GPL-2.0-only</license> -->
86-
<licenseUrl>https://www.gnu.org/licenses/old-licenses/gpl-2.0.html</licenseUrl>
86+
<licenseUrl>https://raw.githubusercontent.com/ascii-boxes/boxes/v2.0.0/LICENSE</licenseUrl>
8787
<language>en</language>
8888
<requireLicenseAcceptance>false</requireLicenseAcceptance>
89-
<releaseNotes>https://boxes.thomasjensen.com/2019/02/boxes-v1.3-released.html</releaseNotes>
89+
<releaseNotes>https://boxes.thomasjensen.com/2021/02/boxes-v2.0.0-released.html</releaseNotes>
9090
<projectSourceUrl>https://github.com/ascii-boxes/boxes</projectSourceUrl>
9191
<packageSourceUrl>https://github.com/ascii-boxes/boxes/blob/master/boxes.portable.nuspec</packageSourceUrl>
9292
<docsUrl>https://boxes.thomasjensen.com/docs/</docsUrl>

boxes.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%define name boxes
2-
%define version 1.3
2+
%define version 2.0.0
33
%define release 0
44
%define prefix /usr
55
%define cfgfile %prefix/share/boxes

doc/boxes.1.in

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
.\" @(#)boxes.1 1.3 04/04/2019
1+
.\" @(#)boxes.1 2.0.0 02/14/2021
22
.\"
3-
.\" boxes.1.in
4-
.\" Thomas Jensen
5-
.\"
6-
.TH boxes 1 "April 04 2019"
3+
.TH boxes 1 "February 14 2021"
74
.UC 4
85
.SH NAME
96
boxes \- text mode box and comment drawing filter
@@ -355,9 +352,11 @@ This is
355352
.I boxes
356353
version --BVERSION--.
357354
.\" =======================================================================
358-
.SH BUGS
359-
Any currently known bugs, and also any current feature requests are tracked
360-
on GitHub: <URL:https://github.com/ascii-boxes/boxes/issues>
355+
.SH LICENSE
356+
.I boxes
357+
is free software under the terms of the GNU General Public License,
358+
version 2. Details in the LICENSE file:
359+
<URL:https://raw.githubusercontent.com/ascii-boxes/boxes/v--BVERSION--/LICENSE>
361360
.\" =======================================================================
362361
.SH ENVIRONMENT
363362
.I Boxes
@@ -384,4 +383,3 @@ system\-wide configuration file
384383
.BR figlet (6),
385384
.BR iconv (1),
386385
.BR lolcat (6)
387-

0 commit comments

Comments
 (0)