Skip to content

Commit 7113961

Browse files
committed
v2.2.0
1 parent 33870fb commit 7113961

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
# The following line (GLOBALCONF) is the only line you should need to edit!
1717
GLOBALCONF = /usr/share/boxes
1818
GIT_STATUS = $(shell git describe --dirty --always 2>/dev/null || echo "n/a")
19-
BVERSION = 2.1.1
19+
BVERSION = 2.2.0
2020

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

26-
WIN_PCRE2_VERSION = 10.36
26+
WIN_PCRE2_VERSION = 10.40
2727
WIN_PCRE2_DIR = vendor/pcre2-$(WIN_PCRE2_VERSION)
2828
WIN_FLEX_BISON_VERSION = 2.5.24
2929
WIN_FLEX_BISON_DIR = vendor/flex_bison_$(WIN_FLEX_BISON_VERSION)
@@ -51,7 +51,7 @@ win32.debug: infomsg replaceinfos
5151

5252
win32.prereq:
5353
# download components
54-
curl -LO https://ftp.pcre.org/pub/pcre/pcre2-$(WIN_PCRE2_VERSION).tar.gz
54+
curl -LO https://github.com/PCRE2Project/pcre2/releases/download/pcre2-$(WIN_PCRE2_VERSION)/pcre2-$(WIN_PCRE2_VERSION).tar.gz
5555
curl -LO https://downloads.sourceforge.net/project/winflexbison/win_flex_bison-$(WIN_FLEX_BISON_VERSION).zip
5656
curl -LO https://cmocka.org/files/$(WIN_CMOCKA_VERSION:%.0=%)/cmocka-$(WIN_CMOCKA_VERSION)-mingw.zip
5757
# unpack components

boxes-pkg.openwrt

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

3030
include $(TOPDIR)/rules.mk
3131
PKG_NAME:=boxes
32-
PKG_VERSION:=2.1.1
32+
PKG_VERSION:=2.2.0
3333
PKG_RELEASE:=1
3434
PKG_BUILD_DIR:=$(PKG_NAME)-$(PKG_VERSION).$(PKG_RELEASE)
3535

3636

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

4040
include $(INCLUDE_DIR)/package.mk

boxes.portable.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Details on where boxes looks for configuration files can be found
6868
<licenseUrl>https://raw.githubusercontent.com/ascii-boxes/boxes/v2.2.0/LICENSE</licenseUrl>
6969
<language>en</language>
7070
<requireLicenseAcceptance>false</requireLicenseAcceptance>
71-
<releaseNotes>https://boxes.thomasjensen.com/202x/xx/boxes-v2.2.0-released.html</releaseNotes>
71+
<releaseNotes>https://boxes.thomasjensen.com/2022/09/boxes-v2.2.0-released.html</releaseNotes>
7272
<projectSourceUrl>https://github.com/ascii-boxes/boxes</projectSourceUrl>
7373
<packageSourceUrl>https://github.com/ascii-boxes/boxes/blob/master/boxes.portable.nuspec</packageSourceUrl>
7474
<docsUrl>https://boxes.thomasjensen.com/</docsUrl>

cyclonedx-sbom.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "application",
99
"author": "Thomas Jensen and the boxes contributors",
1010
"name": "boxes",
11-
"version": "2.1.1",
11+
"version": "2.2.0",
1212
"description": "Command Line ASCII Boxes Unlimited!",
1313
"licenses": [
1414
{
@@ -70,7 +70,7 @@
7070
"type": "library",
7171
"author": "Philip Hazel",
7272
"name": "PCRE2",
73-
"version": "10.36",
73+
"version": "10.40",
7474
"description": "PCRE2 - Perl-compatible regular expressions (revised API)",
7575
"licenses": [
7676
{

doc/boxes.1.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.\" @(#)boxes.1 2.1.1 06/14/2021
1+
.\" @(#)boxes.1 2.2.0 09/20/2022
22
.\"
33
.TH boxes 1 "June 14 2021"
44
.UC 4

0 commit comments

Comments
 (0)