Skip to content

src v6.5.0

Compare
Choose a tag to compare
@kreatoo kreatoo released this 13 Dec 15:25
· 431 commits to master since this release
b25c76d

Changes

Changes to kpkg

  • Preupgrade, postupgrade (Resolves #75)
  • buildcmd: add --target argument for cross-compilation
  • Wrap configure (via kpkgConfigure), meson, cmake and make, for extra arguments and hassle-free cross-compilation support
  • build: go back to bsdtar for compressing tarballs (shouldn't change anything user-wise, createTarball is deprecated now)
  • Ability to build from folder
  • Small bugfixes and added some help dialog

Changes to chkupd

  • Make the jsontomd script into a subcommand
  • Fix issue with handling multiple sha256sums

The dist tarball includes generated.nim which allows you to build without generating libarchive bindings with futhark and llvm.
You can build with generated.nim by adding -d:useDist to nimc arguments like so;

sh build.sh -a "-d:useDist" -p kpkg

Full Changelog: v6.4.0...v6.5.0