about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xlicensor2
1 files changed, 1 insertions, 1 deletions
diff --git a/licensor b/licensor index 47da938..cdeb5ce 100755 --- a/licensor +++ b/licensor
@@ -2,7 +2,7 @@
2 2
3# Constants 3# Constants
4PRGN="${0##*/}" 4PRGN="${0##*/}"
5LICENSOR_CACHE="${XDG_CACHE_HOME:-$HOME/.cache/licensor" 5LICENSOR_CACHE="${XDG_CACHE_HOME:-$HOME/.cache}/licensor"
6# Configuration 6# Configuration
7: "${LICENSE_REPO_VERSION:=3.17}" 7: "${LICENSE_REPO_VERSION:=3.17}"
8: "${LICENSE_REPO_URL:=https://github.com/spdx/license-list-data/archive/refs/tags/v$LICENSE_REPO_VERSION.tar.gz}" 8: "${LICENSE_REPO_URL:=https://github.com/spdx/license-list-data/archive/refs/tags/v$LICENSE_REPO_VERSION.tar.gz}"