Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / ponyc
Commits: 521389ad by Carl Smedstad at 2025-10-15T22:22:12+02:00 upgpkg: 0.60.1-1: Upstream release https://github.com/ponylang/ponyc/releases/tag/0.60.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = ponyc pkgdesc = An actor model, capabilities, high performance programming language - pkgver = 0.59.0 + pkgver = 0.60.1 pkgrel = 1 url = https://ponylang.org/ arch = x86_64 @@ -11,11 +11,11 @@ pkgbase = ponyc depends = gcc-libs depends = glibc options = !lto - source = git+https://github.com/ponylang/ponyc.git#tag=0.59.0 + source = git+https://github.com/ponylang/ponyc.git#tag=0.60.1 source = git+https://github.com/llvm/llvm-project.git source = ponyc-exclude-failing-test.patch source = ponyc-remove-usr-local-refs.patch - sha512sums = e0ce37c87102d7a952436a708cb31e374ab3041ed27bcd835f30c2691fd3ea5c76dbc43b20c8a70f1da91e114e6a97f055bd6d02360db9362615d9febdd7d8e1 + sha512sums = 9dfc8ab38903e1df3e708e2d0ef0dd01aab6495dcde35fbf9bbf9dc8b4a2331102fd8df438c50a2e6c76d4c02a00b091095c3005286b55fc3b5d9997049f7ff4 sha512sums = SKIP sha512sums = dc4a160216727d5b946d8a359866b38ffc7c8d00c98ea1e1a105c191781265a2ecfa33afc283ecc23652012a811037aaa5dbe99e75566f26ff9eeecafa7934ab sha512sums = abbc3feb2802d7151f546616e1d9d353526e2ececfb7733fa810a59d63066c59ba0321321970fc82a1eceb71ff5a760e5bc77acc7af08bb72805635a7ae62ea8 ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Carl Smedstad <[email protected]> pkgname=ponyc -pkgver=0.59.0 +pkgver=0.60.1 pkgrel=1 pkgdesc='An actor model, capabilities, high performance programming language' arch=('x86_64') @@ -24,7 +24,7 @@ source=( "ponyc-exclude-failing-test.patch" "ponyc-remove-usr-local-refs.patch" ) -sha512sums=('e0ce37c87102d7a952436a708cb31e374ab3041ed27bcd835f30c2691fd3ea5c76dbc43b20c8a70f1da91e114e6a97f055bd6d02360db9362615d9febdd7d8e1' +sha512sums=('9dfc8ab38903e1df3e708e2d0ef0dd01aab6495dcde35fbf9bbf9dc8b4a2331102fd8df438c50a2e6c76d4c02a00b091095c3005286b55fc3b5d9997049f7ff4' 'SKIP' 'dc4a160216727d5b946d8a359866b38ffc7c8d00c98ea1e1a105c191781265a2ecfa33afc283ecc23652012a811037aaa5dbe99e75566f26ff9eeecafa7934ab' 'abbc3feb2802d7151f546616e1d9d353526e2ececfb7733fa810a59d63066c59ba0321321970fc82a1eceb71ff5a760e5bc77acc7af08bb72805635a7ae62ea8') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ponyc/-/commit/521389ad742d7bc6320963844831e99538dea599 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ponyc/-/commit/521389ad742d7bc6320963844831e99538dea599 You're receiving this email because of your account on gitlab.archlinux.org.
