vp-build/common/environment/0000-REQUIREMENTS.sh

17 lines
424 B
Bash
Raw Normal View History

# -*- shell mode -*-
#
2014-01-09 15:31:15 +01:00
# Sets the minimal required xbps versions to build packages.
#
# =========================================================
# DO NOT MODIFY THIS FILE WITHOUT PRIOR WRITTEN PERMISSION!
# =========================================================
#
# xbps-src version.
2014-01-28 13:13:34 +01:00
export XBPS_SRC_REQ=100
# XBPS utils version.
export XBPS_UTILS_REQ=0.29
# XBPS utils API version.
export XBPS_UTILS_API_REQ=20131224