Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

corectrl: update to 1.1.4. #32202

Merged
merged 1 commit into from Jul 26, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/corectrl/template
@@ -1,6 +1,6 @@
# Template file for 'corectrl'
pkgname=corectrl
version=1.1.3
version=1.1.4
revision=1
wrksrc=${pkgname}-v${version}
build_style=cmake
Expand All @@ -15,7 +15,7 @@ maintainer="Lorem <notloremipsum@protonmail.com>"
license="GPL-3.0-or-later"
homepage="https://gitlab.com/corectrl/corectrl"
distfiles="${homepage}/-/archive/v${version}/corectrl-v${version}.tar.gz"
checksum=61fe6ffda7e37d32e097296172d906411dafa91ed26fc085d236be05b0e9262b
checksum=f40962e2d35afcbbb55ae5c824165b4b3faac4188dc3445fd0015b563c853e27

if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
makedepends+=" libatomic-devel"
Expand Down