mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-12 05:55:26 +00:00
* experimental New snapshot release
This commit is contained in:
parent
d3cdf73c57
commit
b401ead6ed
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
llvm-toolchain-15 (1:15.0.6-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* New upstream release
|
||||||
|
|
||||||
|
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 29 Nov 2022 15:25:58 +0100
|
||||||
|
|
||||||
llvm-toolchain-15 (1:15.0.5-5) unstable; urgency=medium
|
llvm-toolchain-15 (1:15.0.5-5) unstable; urgency=medium
|
||||||
|
|
||||||
* Add riscv64 to spirv-15 supported list, now that the bootstrap is
|
* Add riscv64 to spirv-15 supported list, now that the bootstrap is
|
||||||
|
2
debian/unpack.sh
vendored
2
debian/unpack.sh
vendored
@ -1,6 +1,6 @@
|
|||||||
set -e
|
set -e
|
||||||
ORIG_VERSION=15
|
ORIG_VERSION=15
|
||||||
MAJOR_VERSION=15.0.3 # 8.0.1
|
MAJOR_VERSION=15 #.0.4 # 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