mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-04 22:11:07 +01:00
v2.1.0
This commit is contained in:
parent
b3ece70317
commit
ba5ce91c84
2
Makefile
2
Makefile
@ -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 = 2.0.0
|
||||
BVERSION = 2.1.0
|
||||
|
||||
ALL_FILES = LICENSE README.md boxes-config
|
||||
DOC_FILES = doc/boxes.1 doc/boxes.el
|
||||
|
@ -34,12 +34,12 @@
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
PKG_NAME:=boxes
|
||||
PKG_VERSION:=2.0.0
|
||||
PKG_VERSION:=2.1.0
|
||||
PKG_RELEASE:=1
|
||||
PKG_BUILD_DIR:=$(PKG_NAME)-$(PKG_VERSION).$(PKG_RELEASE)
|
||||
|
||||
|
||||
PKG_SOURCE:=v2.0.0.tar.gz
|
||||
PKG_SOURCE:=v2.1.0.tar.gz
|
||||
PKG_SOURCE_URL:=http://github.com/ascii-boxes/boxes/archive/
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
@ -3,7 +3,7 @@
|
||||
<metadata>
|
||||
<id>boxes.portable</id>
|
||||
<title>boxes (Portable)</title>
|
||||
<version>2.0.0</version>
|
||||
<version>2.1.0</version>
|
||||
<authors>The Boxes Contributors</authors>
|
||||
<owners>Thomas Jensen</owners>
|
||||
<summary>Command Line ASCII Boxes Unlimited!</summary>
|
||||
@ -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://raw.githubusercontent.com/ascii-boxes/boxes/v2.0.0/LICENSE</licenseUrl>
|
||||
<licenseUrl>https://raw.githubusercontent.com/ascii-boxes/boxes/v2.1.0/LICENSE</licenseUrl>
|
||||
<language>en</language>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<releaseNotes>https://boxes.thomasjensen.com/2021/02/boxes-v2.0.0-released.html</releaseNotes>
|
||||
<releaseNotes>https://boxes.thomasjensen.com/2021/04/boxes-v2.1.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>
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" @(#)boxes.1 2.0.0 04/17/2021
|
||||
.\" @(#)boxes.1 2.1.0 04/17/2021
|
||||
.\"
|
||||
.TH boxes 1 "April 17 2021"
|
||||
.UC 4
|
||||
|
Loading…
Reference in New Issue
Block a user