Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsjensen committed Sep 20, 2022
1 parent 33870fb commit 7113961
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
# The following line (GLOBALCONF) is the only line you should need to edit!
GLOBALCONF = /usr/share/boxes
GIT_STATUS = $(shell git describe --dirty --always 2>/dev/null || echo "n/a")
BVERSION = 2.1.1
BVERSION = 2.2.0

ALL_FILES = LICENSE README.md boxes-config
DOC_FILES = doc/boxes.1 doc/boxes.el
PKG_NAME = boxes-$(BVERSION)
OUT_DIR = out

WIN_PCRE2_VERSION = 10.36
WIN_PCRE2_VERSION = 10.40
WIN_PCRE2_DIR = vendor/pcre2-$(WIN_PCRE2_VERSION)
WIN_FLEX_BISON_VERSION = 2.5.24
WIN_FLEX_BISON_DIR = vendor/flex_bison_$(WIN_FLEX_BISON_VERSION)
Expand Down Expand Up @@ -51,7 +51,7 @@ win32.debug: infomsg replaceinfos

win32.prereq:
# download components
curl -LO https://ftp.pcre.org/pub/pcre/pcre2-$(WIN_PCRE2_VERSION).tar.gz
curl -LO https://github.com/PCRE2Project/pcre2/releases/download/pcre2-$(WIN_PCRE2_VERSION)/pcre2-$(WIN_PCRE2_VERSION).tar.gz
curl -LO https://downloads.sourceforge.net/project/winflexbison/win_flex_bison-$(WIN_FLEX_BISON_VERSION).zip
curl -LO https://cmocka.org/files/$(WIN_CMOCKA_VERSION:%.0=%)/cmocka-$(WIN_CMOCKA_VERSION)-mingw.zip
# unpack components
Expand Down
4 changes: 2 additions & 2 deletions boxes-pkg.openwrt
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@

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


PKG_SOURCE:=v2.1.1.tar.gz
PKG_SOURCE:=v2.2.0.tar.gz
PKG_SOURCE_URL:=https://github.com/ascii-boxes/boxes/archive/refs/tags/

include $(INCLUDE_DIR)/package.mk
Expand Down
2 changes: 1 addition & 1 deletion boxes.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Details on where boxes looks for configuration files can be found
<licenseUrl>https://raw.githubusercontent.com/ascii-boxes/boxes/v2.2.0/LICENSE</licenseUrl>
<language>en</language>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://boxes.thomasjensen.com/202x/xx/boxes-v2.2.0-released.html</releaseNotes>
<releaseNotes>https://boxes.thomasjensen.com/2022/09/boxes-v2.2.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/</docsUrl>
Expand Down
4 changes: 2 additions & 2 deletions cyclonedx-sbom.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "application",
"author": "Thomas Jensen and the boxes contributors",
"name": "boxes",
"version": "2.1.1",
"version": "2.2.0",
"description": "Command Line ASCII Boxes Unlimited!",
"licenses": [
{
Expand Down Expand Up @@ -70,7 +70,7 @@
"type": "library",
"author": "Philip Hazel",
"name": "PCRE2",
"version": "10.36",
"version": "10.40",
"description": "PCRE2 - Perl-compatible regular expressions (revised API)",
"licenses": [
{
Expand Down
2 changes: 1 addition & 1 deletion doc/boxes.1.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.\" @(#)boxes.1 2.1.1 06/14/2021
.\" @(#)boxes.1 2.2.0 09/20/2022
.\"
.TH boxes 1 "June 14 2021"
.UC 4
Expand Down

0 comments on commit 7113961

Please sign in to comment.