Skip to content

Commit

Permalink
clang
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed Sep 14, 2023
1 parent 668c2be commit edac4f0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sys/devel/clang/ympbuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
name='clang'
release='1'
version='15.0.7'
release='2'
version='16.0.6'
url='https://github.com/llvm/llvm-project'
description='The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.'
email='aliriza.keskin@pardus.org.tr'
Expand All @@ -17,10 +17,10 @@ source=(
depends=(llvm)
makedepends=()
md5sums=(
'a6d0141e50b48f5e60c682277dac83b4'
'68b76dd37b263aca3a5132b5f8c23f80'
'c77db4c71e1eb267358204dffe2c6e10'
'5be9535f0b93cb6232d0171a8abb3137'
'70053a666251fdcabc466ea4a0275972'
'775a93a7b168101f544dbfed23ac4aaa'
'7d986cda69719a35bd5ecb266fcf1f65'
'b7830bb90e376c90a43c2c190a0a5ffa'
)
group=(sys.devel)
uses=()
Expand Down

0 comments on commit edac4f0

Please sign in to comment.