File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2121# The following line (GLOBALCONF) is the only line you should need to edit!
2222GLOBALCONF = /usr/share/boxes
2323GIT_STATUS = ($(shell git rev-parse --short HEAD)$(shell if [ $$(git status -s -uall | wc -l ) -ge 1 ] ; then echo ", dirty" ; fi) )
24- BVERSION = 1.2.1-SNAPSHOT
24+ BVERSION = 1.3
2525
2626ALL_FILES = LICENSE README.md README.Win32.md boxes-config
2727DOC_FILES = doc/boxes.1 doc/boxes.el
Original file line number Diff line number Diff line change 1- # boxes 1.2 Win32 port Information
1+ # boxes Win32 port Information
22
33** Date:** 16-Mar-2017
44
5- This is the Win32 Version of boxes 1.2 , built from the official source
6- tarball. Many thanks to ** Ron Aaron** for making this Windows build possible!
5+ This is the Win32 Version of boxes, built from the official source tarball.
6+ Many thanks to ** Ron Aaron** for making this Windows build possible!
77
88General information may be found in the generic README file provided with
99this archive and at https://boxes.thomasjensen.com/ , the boxes home page.
Original file line number Diff line number Diff line change 2323
2424include $(TOPDIR)/rules.mk
2525PKG_NAME:=boxes
26- PKG_VERSION:=1.2
26+ PKG_VERSION:=1.3
2727PKG_RELEASE:=1
2828PKG_BUILD_DIR:=$(PKG_NAME)-$(PKG_VERSION).$(PKG_RELEASE)
2929
3030
31- PKG_SOURCE:=v1.2 .tar.gz
31+ PKG_SOURCE:=v1.3 .tar.gz
3232PKG_SOURCE_URL:=http://github.com/ascii-boxes/boxes/archive/
3333
3434include $(INCLUDE_DIR)/package.mk
Original file line number Diff line number Diff line change 11%define name boxes
2- %define version 1.2
2+ %define version 1.3
33%define release 0
44%define prefix /usr
55%define cfgfile %prefix /share/boxes
Original file line number Diff line number Diff line change 1- .\" @(#)boxes.1 1.2 10/19/12
1+ .\" @(#)boxes.1 1.3 10/19/12
22.\"
33.\" boxes.1.in
44.\" Thomas Jensen
You can’t perform that action at this time.
0 commit comments