Skip to content

Commit

Permalink
Update LLVM version in the .SRCINFO files
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed Aug 3, 2024
1 parent 34a8fb5 commit f477a33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion inko-git/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pkgbase = inko-git
license = MPL2
makedepends = cargo
makedepends = make
depends = llvm16
depends = llvm
depends = git
depends = base-devel
provides = inko
Expand Down
2 changes: 1 addition & 1 deletion inko/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pkgbase = inko
license = MPL2
makedepends = cargo
makedepends = make
depends = llvm16
depends = llvm
depends = git
depends = base-devel
provides = inko
Expand Down
2 changes: 1 addition & 1 deletion ivm/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pkgbase = ivm
license = MPL2
makedepends = cargo
makedepends = make
depends = llvm15
depends = llvm
depends = git
depends = base-devel
provides = ivm
Expand Down

0 comments on commit f477a33

Please sign in to comment.