diff --git a/Makefile b/Makefile
index 26878ea..334f3fa 100644
--- a/Makefile
+++ b/Makefile
@@ -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)
@@ -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
diff --git a/boxes-pkg.openwrt b/boxes-pkg.openwrt
index 48292f4..567133d 100644
--- a/boxes-pkg.openwrt
+++ b/boxes-pkg.openwrt
@@ -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
diff --git a/boxes.portable.nuspec b/boxes.portable.nuspec
index 103bee0..c2eaf3e 100644
--- a/boxes.portable.nuspec
+++ b/boxes.portable.nuspec
@@ -68,7 +68,7 @@ Details on where boxes looks for configuration files can be found
https://raw.githubusercontent.com/ascii-boxes/boxes/v2.2.0/LICENSE
en
false
- https://boxes.thomasjensen.com/202x/xx/boxes-v2.2.0-released.html
+ https://boxes.thomasjensen.com/2022/09/boxes-v2.2.0-released.html
https://github.com/ascii-boxes/boxes
https://github.com/ascii-boxes/boxes/blob/master/boxes.portable.nuspec
https://boxes.thomasjensen.com/
diff --git a/cyclonedx-sbom.json b/cyclonedx-sbom.json
index 0b5bd8d..0c6879a 100644
--- a/cyclonedx-sbom.json
+++ b/cyclonedx-sbom.json
@@ -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": [
{
@@ -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": [
{
diff --git a/doc/boxes.1.in b/doc/boxes.1.in
index 51e30d0..6283daf 100644
--- a/doc/boxes.1.in
+++ b/doc/boxes.1.in
@@ -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