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 21
21
# The following line (GLOBALCONF) is the only line you should need to edit!
22
22
GLOBALCONF = /usr/share/boxes
23
23
GIT_STATUS = $(shell git describe --dirty --always 2>/dev/null || echo "n/a")
24
- BVERSION = 2.1.0
24
+ BVERSION = 2.1.1
25
25
26
26
ALL_FILES = LICENSE README.md boxes-config
27
27
DOC_FILES = doc/boxes.1 doc/boxes.el
Original file line number Diff line number Diff line change 34
34
35
35
include $(TOPDIR)/rules.mk
36
36
PKG_NAME:=boxes
37
- PKG_VERSION:=2.1.0
37
+ PKG_VERSION:=2.1.1
38
38
PKG_RELEASE:=1
39
39
PKG_BUILD_DIR:=$(PKG_NAME)-$(PKG_VERSION).$(PKG_RELEASE)
40
40
41
41
42
- PKG_SOURCE:=v2.1.0 .tar.gz
42
+ PKG_SOURCE:=v2.1.1 .tar.gz
43
43
PKG_SOURCE_URL:=https://github.com/ascii-boxes/boxes/archive/refs/tags/
44
44
45
45
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.1.0 </version >
6
+ <version >2.1.1 </version >
7
7
<authors >The Boxes Contributors</authors >
8
8
<owners >Thomas Jensen</owners >
9
9
<summary >Command Line ASCII Boxes Unlimited!</summary >
@@ -83,10 +83,10 @@ these locations (in order):
83
83
<tags >ascii ascii-art filter command-line cli</tags >
84
84
<iconUrl >https://boxes.thomasjensen.com/images/boxes-sq-256.png</iconUrl >
85
85
<!-- <license type="expression">GPL-2.0-only</license> -->
86
- <licenseUrl >https://raw.githubusercontent.com/ascii-boxes/boxes/v2.1.0 /LICENSE</licenseUrl >
86
+ <licenseUrl >https://raw.githubusercontent.com/ascii-boxes/boxes/v2.1.1 /LICENSE</licenseUrl >
87
87
<language >en</language >
88
88
<requireLicenseAcceptance >false</requireLicenseAcceptance >
89
- <releaseNotes >https://boxes.thomasjensen.com/2021/04 /boxes-v2.1.0 -released.html</releaseNotes >
89
+ <releaseNotes >https://boxes.thomasjensen.com/2021/06 /boxes-v2.1.1 -released.html</releaseNotes >
90
90
<projectSourceUrl >https://github.com/ascii-boxes/boxes</projectSourceUrl >
91
91
<packageSourceUrl >https://github.com/ascii-boxes/boxes/blob/master/boxes.portable.nuspec</packageSourceUrl >
92
92
<docsUrl >https://boxes.thomasjensen.com/docs/</docsUrl >
Original file line number Diff line number Diff line change 1
- .\" @(#)boxes.1 2.1.0 04/17 /2021
1
+ .\" @(#)boxes.1 2.1.1 06/14 /2021
2
2
.\"
3
- .TH boxes 1 "April 17 2021"
3
+ .TH boxes 1 "June 14 2021"
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