Skip to content

Commit

Permalink
update package versions in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kaniini committed Dec 8, 2022
1 parent 8bfd06c commit 87c9eb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ $(eval $(call build-package,mkfontscale,1.2.2-r0))
$(eval $(call build-package,encodings,1.0.6-r0))
$(eval $(call build-package,ttf-dejavu,2.37-r0))
$(eval $(call build-package,bazel-5,5.3.2-r1))
$(eval $(call build-package,clang-15,15.0.5-r0))
$(eval $(call build-package,clang-15,15.0.6-r0))
$(eval $(call build-package,giflib,5.2.1-r0))
$(eval $(call build-package,jenkins,2.379-r0))
$(eval $(call build-package,libjpeg,2.1.4-r0))
Expand All @@ -232,8 +232,8 @@ $(eval $(call build-package,kubectl,1.25.4-r1))
$(eval $(call build-package,regclient,0.4.5-r1))
$(eval $(call build-package,lcms,1.19-r0))
$(eval $(call build-package,skopeo,1.10.0-r0))
$(eval $(call build-package,llvm-libunwind,15.0.5-r0))
$(eval $(call build-package,llvm-lld,15.0.5-r0))
$(eval $(call build-package,llvm-libunwind,15.0.6-r0))
$(eval $(call build-package,llvm-lld,15.0.6-r0))
$(eval $(call build-package,mimalloc2,2.0.7-r0))
$(eval $(call build-package,libtbb,2021.7.0-r0))
$(eval $(call build-package,mold,1.7.1-r0))
Expand Down

0 comments on commit 87c9eb3

Please sign in to comment.