mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 20:00:43 +00:00
update of the version
This commit is contained in:
parent
729bd777d6
commit
2c2a5742f6
2
debian/unpack.sh
vendored
2
debian/unpack.sh
vendored
@ -1,6 +1,6 @@
|
|||||||
set -e
|
set -e
|
||||||
ORIG_VERSION=snapshot
|
ORIG_VERSION=snapshot
|
||||||
MAJOR_VERSION=16 # 8.0.1
|
MAJOR_VERSION=17 # 8.0.1
|
||||||
REV=`ls -1 *${ORIG_VERSION}_${MAJOR_VERSION}*~+*xz | tail -1|perl -ne 'print "$1\n" if /~\+(.*)\.orig/;' | sort -ru`
|
REV=`ls -1 *${ORIG_VERSION}_${MAJOR_VERSION}*~+*xz | tail -1|perl -ne 'print "$1\n" if /~\+(.*)\.orig/;' | sort -ru`
|
||||||
|
|
||||||
VERSION=$REV
|
VERSION=$REV
|
||||||
|
Loading…
Reference in New Issue
Block a user