diff --git a/obs-packaging/scripts/pkglib.sh b/obs-packaging/scripts/pkglib.sh index 0de4f0336..014140484 100644 --- a/obs-packaging/scripts/pkglib.sh +++ b/obs-packaging/scripts/pkglib.sh @@ -26,7 +26,7 @@ VERBOSE=false # package was compiled for. DEB_ARCH="$(go env GOARCH)" -short_commit_length=7 +short_commit_length=10 if command -v go; then export GO_ARCH=$(go env GOARCH)