File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1616# The following line (GLOBALCONF) is the only line you should need to edit!
1717GLOBALCONF = /usr/share/boxes
1818GIT_STATUS = $(shell git describe --dirty --always 2>/dev/null || echo "n/a")
19- BVERSION = 2.1.1
19+ BVERSION = 2.2.0
2020
2121ALL_FILES = LICENSE README.md boxes-config
2222DOC_FILES = doc/boxes.1 doc/boxes.el
2323PKG_NAME = boxes-$(BVERSION )
2424OUT_DIR = out
2525
26- WIN_PCRE2_VERSION = 10.36
26+ WIN_PCRE2_VERSION = 10.40
2727WIN_PCRE2_DIR = vendor/pcre2-$(WIN_PCRE2_VERSION )
2828WIN_FLEX_BISON_VERSION = 2.5.24
2929WIN_FLEX_BISON_DIR = vendor/flex_bison_$(WIN_FLEX_BISON_VERSION )
@@ -51,7 +51,7 @@ win32.debug: infomsg replaceinfos
5151
5252win32.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
Original file line number Diff line number Diff line change 2929
3030include $(TOPDIR)/rules.mk
3131PKG_NAME:=boxes
32- PKG_VERSION:=2.1.1
32+ PKG_VERSION:=2.2.0
3333PKG_RELEASE:=1
3434PKG_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
3838PKG_SOURCE_URL:=https://github.com/ascii-boxes/boxes/archive/refs/tags/
3939
4040include $(INCLUDE_DIR)/package.mk
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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 {
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 {
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments