Update srcfile

This commit is contained in:
joachimschmidt557 2022-04-05 15:25:47 +02:00
parent d78f856b07
commit e47f861299
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

View file

@ -12,7 +12,7 @@ tar https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.12.tar.xz linux-5.15
# zip http://northarc.com/callisto/callisto-0.1.2.zip callisto-0.1.2 # zip http://northarc.com/callisto/callisto-0.1.2.zip callisto-0.1.2
# Utilities - tarballs # Utilities - tarballs
tar https://github.com/llvm/llvm-project/releases/download/llvmorg-13.0.1/llvm-project-13.0.1.src.tar.xz llvm-project-13.0.1.src tar https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.0/llvm-project-14.0.0.src.tar.xz llvm-project-14.0.0.src
# tar https://cache.ruby-lang.org/pub/ruby/2.7/ruby-2.7.0.tar.gz ruby-2.7.0 # tar https://cache.ruby-lang.org/pub/ruby/2.7/ruby-2.7.0.tar.gz ruby-2.7.0
# tar https://downloads.sourceforge.net/project/open-cobol/gnu-cobol/3.0/gnucobol-3.0-rc1.tar.xz gnucobol-3.0-rc1 # tar https://downloads.sourceforge.net/project/open-cobol/gnu-cobol/3.0/gnucobol-3.0-rc1.tar.xz gnucobol-3.0-rc1
# tar https://ftp.gnu.org/gnu/inetutils/inetutils-1.9.4.tar.xz inetutils-1.9.4 # tar https://ftp.gnu.org/gnu/inetutils/inetutils-1.9.4.tar.xz inetutils-1.9.4
@ -260,6 +260,9 @@ git https://github.com/natecraddock/zf zf
git https://github.com/danguenther/spfe-framework spfe-framework git https://github.com/danguenther/spfe-framework spfe-framework
git https://github.com/rabite0/hunter hunter git https://github.com/rabite0/hunter hunter
git https://github.com/muesli/obs-cli obs-cli git https://github.com/muesli/obs-cli obs-cli
git https://github.com/llvm/llvm-project llvm-project
git https://github.com/llvm/circt circt
git https://github.com/wsmoses/Polygeist Polygeist
# My own projects # My own projects
git git@github.com:ziglibs/lscolors zig-lscolors git git@github.com:ziglibs/lscolors zig-lscolors