From 22f01a0a8ff8a0acabe5fbae76fc5bdfdc8845c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Tue, 17 Sep 2019 15:44:38 +0000 Subject: [PATCH] crystal: Use CRYSTAL_CONFIG_BUILD_COMMIT to specify build commit --- community/crystal/APKBUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/community/crystal/APKBUILD b/community/crystal/APKBUILD index 30690e5752..c99e3fb54f 100644 --- a/community/crystal/APKBUILD +++ b/community/crystal/APKBUILD @@ -3,6 +3,7 @@ # Maintainer: Jakub Jirutka pkgname=crystal pkgver=0.30.1 +_pkgcommit=5e6a1b672 pkgrel=1 _bootver=0.29.0 _llvmver=5 @@ -29,6 +30,7 @@ _coredir="/usr/lib/$pkgname/core" _shardsdir="/usr/lib/$pkgname/shards" export CRYSTAL_CONFIG_VERSION="$pkgver" +export CRYSTAL_CONFIG_BUILD_COMMIT="$_pkgcommit" export CRYSTAL_CACHE_DIR="$srcdir/.cache" # Build static crystal binary and upload it to dev.a.o, so it can be used -- GitLab