mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-09 17:03:28 +00:00
working on 13.0.1
This commit is contained in:
parent
052edd2547
commit
ecedcb70e4
4
debian/unpack.sh
vendored
4
debian/unpack.sh
vendored
@ -1,7 +1,9 @@
|
|||||||
set -e
|
set -e
|
||||||
ORIG_VERSION=13
|
ORIG_VERSION=13
|
||||||
MAJOR_VERSION=13.0.0 # 8.0.1
|
MAJOR_VERSION=13.0.1 # 8.0.1
|
||||||
|
|
||||||
REV=`ls -1 *${ORIG_VERSION}_${MAJOR_VERSION}*~+*xz | grep -v rc|tail -1|perl -ne 'print "$1\n" if /~\+(.*)\.orig/;' | sort -ru`
|
REV=`ls -1 *${ORIG_VERSION}_${MAJOR_VERSION}*~+*xz | grep -v rc|tail -1|perl -ne 'print "$1\n" if /~\+(.*)\.orig/;' | sort -ru`
|
||||||
|
echo $REV
|
||||||
|
|
||||||
VERSION=$REV
|
VERSION=$REV
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user