aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-07-28 15:07:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-07-28 15:07:38 +0200
commit16dc2f8b7675b7853b7b4d1e0011d2fcbb842db1 (patch)
tree47d65447b68b9473c1c523abc17e7342ecbb42de
parenta2346744fd0432bf04563c667137fe6a279b2fb5 (diff)
Change BUILD2_REPO to point to publicv0.15.0
-rw-r--r--buildfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildfile b/buildfile
index 8db3df4..3856bde 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).