Merge branch 'master' into 14075-uploadfiles
[arvados.git] / build / libcloud-pin.sh
index 3bacb0fcdfc6a5634d2ce8218dbc9fd6b70b7980..bb66c6b218c020c5d038c1e5e7b51f8681043db9 100644 (file)
@@ -1 +1,12 @@
-LIBCLOUD_PIN=0.20.2.dev3
\ No newline at end of file
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+LIBCLOUD_PIN=2.3.1.dev1
+
+using_fork=true
+if [[ $using_fork = true ]]; then
+    LIBCLOUD_PIN_SRC="https://github.com/curoverse/libcloud/archive/apache-libcloud-$LIBCLOUD_PIN.zip"
+else
+    LIBCLOUD_PIN_SRC=""
+fi