aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-10-19 11:44:47 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-10-19 11:44:47 +0200
commitde42e459250544b6cf41168b767b0abc0bfd63fa (patch)
tree1c8c9d864f5ecd2b864149e73915e635a20ae03f
parent39702966d0f1ea48482b76e9fde95a7e9e5dbf30 (diff)
Change BUILD2_REPO to point to publicv0.14.0
-rw-r--r--buildfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildfile b/buildfile
index f3aa016..20eddec 100644
--- a/buildfile
+++ b/buildfile
@@ -13,8 +13,8 @@ assert ($build.meta_operation == 'dist' || \
# Package repository URL (or path).
#
# build2_repo="https://stage.build2.org/1"
-build2_repo="https://pkg.cppget.org/1/queue/alpha"
-# build2_repo="https://pkg.cppget.org/1/alpha"
+# build2_repo="https://pkg.cppget.org/1/queue/alpha"
+build2_repo="https://pkg.cppget.org/1/alpha"
# @@ Note that the project directories order is important (prerequisites go
# first).