mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-01-20 20:58:35 +01:00
Increased version number to 1.2 for release
This commit is contained in:
parent
076253535b
commit
4ca282b327
2
Makefile
2
Makefile
@ -23,7 +23,7 @@
|
||||
|
||||
# The following line (GLOBALCONF) is the only line you should need to edit!
|
||||
GLOBALCONF = /usr/share/boxes
|
||||
BVERSION = 1.1.4-SNAPSHOT
|
||||
BVERSION = 1.2
|
||||
|
||||
ALL_FILES = LICENSE README.md README.Win32.txt boxes-config
|
||||
DOC_FILES = doc/boxes.1 doc/boxes.el
|
||||
|
@ -1,7 +1,7 @@
|
||||
boxes 1.1.3 Win32 port Information Date: 16-Mar-2017
|
||||
boxes 1.2 Win32 port Information Date: 16-Mar-2017
|
||||
|
||||
|
||||
This is the Win32 Version of boxes 1.1.3, built from the official source
|
||||
This is the Win32 Version of boxes 1.2, built from the official source
|
||||
tarball. Many thanks to Ron Aaron <ron@aaron-tech.com> for making this
|
||||
Windows build possible!
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
Begin4
|
||||
Title: boxes
|
||||
Version: 1.1.3
|
||||
Version: 1.2
|
||||
Entered-date: 2017-03-16
|
||||
Description: Boxes is a text filter which can draw any kind of box around
|
||||
its input text. Box design choices range from simple boxes to
|
||||
@ -14,8 +14,8 @@ Keywords: text utility, boxes, ASCII art, filter program, text editing
|
||||
Author: boxes@thomasjensen.com (Thomas Jensen)
|
||||
Maintained-by: boxes@thomasjensen.com (Thomas Jensen)
|
||||
Primary-site: metalab.unc.edu /pub/Linux/utils/text
|
||||
135k boxes-1.1.3.src.tar.gz
|
||||
51k boxes-1.1.3.bin.ELF.tar.gz
|
||||
135k boxes-1.2.src.tar.gz
|
||||
51k boxes-1.2.bin.ELF.tar.gz
|
||||
Original-site: http://boxes.thomasjensen.com/
|
||||
Copying-policy: GPL 2.0
|
||||
End
|
@ -23,12 +23,12 @@
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
PKG_NAME:=boxes
|
||||
PKG_VERSION:=1.1.3
|
||||
PKG_VERSION:=1.2
|
||||
PKG_RELEASE:=1
|
||||
PKG_BUILD_DIR:=$(PKG_NAME)-$(PKG_VERSION).$(PKG_RELEASE)
|
||||
|
||||
|
||||
PKG_SOURCE:=v1.1.3.tar.gz
|
||||
PKG_SOURCE:=v1.2.tar.gz
|
||||
PKG_SOURCE_URL:=http://github.com/ascii-boxes/boxes/archive/
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
@ -1,5 +1,5 @@
|
||||
%define name boxes
|
||||
%define version 1.1.3
|
||||
%define version 1.2
|
||||
%define release 0
|
||||
%define prefix /usr
|
||||
%define cfgfile %prefix/share/boxes
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" @(#)boxes.1 1.1.3 10/19/12
|
||||
.\" @(#)boxes.1 1.2 10/19/12
|
||||
.\"
|
||||
.\" boxes.1.in
|
||||
.\" Thomas Jensen
|
||||
|
Loading…
Reference in New Issue
Block a user