mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-06-13 13:27:01 +02:00
v2.1.1
This commit is contained in:
parent
e5af7dba2d
commit
0296c8dd7c
2
Makefile
2
Makefile
@ -21,7 +21,7 @@
|
|||||||
# The following line (GLOBALCONF) is the only line you should need to edit!
|
# The following line (GLOBALCONF) is the only line you should need to edit!
|
||||||
GLOBALCONF = /usr/share/boxes
|
GLOBALCONF = /usr/share/boxes
|
||||||
GIT_STATUS = $(shell git describe --dirty --always 2>/dev/null || echo "n/a")
|
GIT_STATUS = $(shell git describe --dirty --always 2>/dev/null || echo "n/a")
|
||||||
BVERSION = 2.1.0
|
BVERSION = 2.1.1
|
||||||
|
|
||||||
ALL_FILES = LICENSE README.md boxes-config
|
ALL_FILES = LICENSE README.md boxes-config
|
||||||
DOC_FILES = doc/boxes.1 doc/boxes.el
|
DOC_FILES = doc/boxes.1 doc/boxes.el
|
||||||
|
@ -34,12 +34,12 @@
|
|||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
PKG_NAME:=boxes
|
PKG_NAME:=boxes
|
||||||
PKG_VERSION:=2.1.0
|
PKG_VERSION:=2.1.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_BUILD_DIR:=$(PKG_NAME)-$(PKG_VERSION).$(PKG_RELEASE)
|
PKG_BUILD_DIR:=$(PKG_NAME)-$(PKG_VERSION).$(PKG_RELEASE)
|
||||||
|
|
||||||
|
|
||||||
PKG_SOURCE:=v2.1.0.tar.gz
|
PKG_SOURCE:=v2.1.1.tar.gz
|
||||||
PKG_SOURCE_URL:=https://github.com/ascii-boxes/boxes/archive/refs/tags/
|
PKG_SOURCE_URL:=https://github.com/ascii-boxes/boxes/archive/refs/tags/
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<metadata>
|
<metadata>
|
||||||
<id>boxes.portable</id>
|
<id>boxes.portable</id>
|
||||||
<title>boxes (Portable)</title>
|
<title>boxes (Portable)</title>
|
||||||
<version>2.1.0</version>
|
<version>2.1.1</version>
|
||||||
<authors>The Boxes Contributors</authors>
|
<authors>The Boxes Contributors</authors>
|
||||||
<owners>Thomas Jensen</owners>
|
<owners>Thomas Jensen</owners>
|
||||||
<summary>Command Line ASCII Boxes Unlimited!</summary>
|
<summary>Command Line ASCII Boxes Unlimited!</summary>
|
||||||
@ -83,10 +83,10 @@ these locations (in order):
|
|||||||
<tags>ascii ascii-art filter command-line cli</tags>
|
<tags>ascii ascii-art filter command-line cli</tags>
|
||||||
<iconUrl>https://boxes.thomasjensen.com/images/boxes-sq-256.png</iconUrl>
|
<iconUrl>https://boxes.thomasjensen.com/images/boxes-sq-256.png</iconUrl>
|
||||||
<!-- <license type="expression">GPL-2.0-only</license> -->
|
<!-- <license type="expression">GPL-2.0-only</license> -->
|
||||||
<licenseUrl>https://raw.githubusercontent.com/ascii-boxes/boxes/v2.1.0/LICENSE</licenseUrl>
|
<licenseUrl>https://raw.githubusercontent.com/ascii-boxes/boxes/v2.1.1/LICENSE</licenseUrl>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||||
<releaseNotes>https://boxes.thomasjensen.com/2021/04/boxes-v2.1.0-released.html</releaseNotes>
|
<releaseNotes>https://boxes.thomasjensen.com/2021/06/boxes-v2.1.1-released.html</releaseNotes>
|
||||||
<projectSourceUrl>https://github.com/ascii-boxes/boxes</projectSourceUrl>
|
<projectSourceUrl>https://github.com/ascii-boxes/boxes</projectSourceUrl>
|
||||||
<packageSourceUrl>https://github.com/ascii-boxes/boxes/blob/master/boxes.portable.nuspec</packageSourceUrl>
|
<packageSourceUrl>https://github.com/ascii-boxes/boxes/blob/master/boxes.portable.nuspec</packageSourceUrl>
|
||||||
<docsUrl>https://boxes.thomasjensen.com/docs/</docsUrl>
|
<docsUrl>https://boxes.thomasjensen.com/docs/</docsUrl>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.\" @(#)boxes.1 2.1.0 04/17/2021
|
.\" @(#)boxes.1 2.1.1 06/14/2021
|
||||||
.\"
|
.\"
|
||||||
.TH boxes 1 "April 17 2021"
|
.TH boxes 1 "June 14 2021"
|
||||||
.UC 4
|
.UC 4
|
||||||
.SH NAME
|
.SH NAME
|
||||||
boxes \- text mode box and comment drawing filter
|
boxes \- text mode box and comment drawing filter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user