mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/geany: Updated for version 1.23.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
44cd7796d4
commit
c0c1ca949c
3 changed files with 10 additions and 10 deletions
|
@ -25,7 +25,7 @@
|
|||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=geany
|
||||
VERSION=${VERSION:-1.22}
|
||||
VERSION=${VERSION:-1.23}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -59,7 +59,7 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
set -e
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="geany"
|
||||
VERSION="1.22"
|
||||
VERSION="1.23"
|
||||
HOMEPAGE="http://www.geany.org/"
|
||||
DOWNLOAD="http://download.geany.org/geany-1.22.tar.bz2"
|
||||
MD5SUM="0672077fe83e2a739aa0eaca426aacf0"
|
||||
DOWNLOAD="http://download.geany.org/geany-1.23.tar.bz2"
|
||||
MD5SUM="4290e8c32305e916f57bb0f0233bbec2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|' on
|
||||
# the right side marks the last column you can put a character in. You must make
|
||||
# exactly 11 lines for the formatting to be correct. It's also customary to
|
||||
# leave one space after the ':'.
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
geany: Geany (small and lightweight Integrated Development Environment)
|
||||
|
|
Loading…
Reference in a new issue