File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
LC_ALL=C
3
+
4
+ # REL_VER=$(grep "^export VERSION" deb-get | cut -d'"' -f2) && dch -v ${REL_VER}-1 --distribution=unstable "New upstream release."
3
5
# dpkg-buildpackage --build=binary --no-check-builddeps --compression=gzip
4
6
5
7
function usage() {
@@ -1330,7 +1332,7 @@ if [ -d /var/cache/get-deb ]; then
1330
1332
fi
1331
1333
mkdir -p " ${CACHE_DIR} " 2> /dev/null
1332
1334
chmod 755 " ${CACHE_DIR} " 2> /dev/null
1333
- export VERSION=" 0.2.5 "
1335
+ export VERSION=" 0.2.6 "
1334
1336
1335
1337
if (( BASH_VERSINFO[0 ] < 4 )) ; then
1336
1338
fancy_message fatal " Sorry, you need bash 4.0 or newer to run $( basename ${0} ) ."
Original file line number Diff line number Diff line change
1
+ deb-get (0.2.6-1) unstable; urgency=medium
2
+
3
+ * New upstream release.
4
+
5
+ -- Martin Wimpress <
[email protected] > Wed, 11 May 2022 01:40:31 +0100
6
+
1
7
deb-get (0.2.5-1) unstable; urgency=medium
2
8
3
9
* New upstream release.
You can’t perform that action at this time.
0 commit comments