diff options
Diffstat (limited to 'dev/util/bzr/bzr.mkbuild')
-rw-r--r-- | dev/util/bzr/bzr.mkbuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dev/util/bzr/bzr.mkbuild b/dev/util/bzr/bzr.mkbuild index 1df7d4f..24b14e9 100644 --- a/dev/util/bzr/bzr.mkbuild +++ b/dev/util/bzr/bzr.mkbuild @@ -26,7 +26,7 @@ #------------------------ # # Complete URL address or URL base address ( without $SRC_NAME-$VERSION... ) -[[DOWNLOAD FOLDER URL]]="http://launchpad.net/bzr/1.3/1.3.1/+download/bzr-1.3.1.tar.gz" +[[DOWNLOAD FOLDER URL]]="http://launchpad.net/bzr/1.11/1.11/+download/bzr-1.11.tar.gz" # # Documentation files. Null ("") to auto-set commom doc-files: @@ -35,6 +35,9 @@ # SlackBuild PATH in Slack.Sarava tree [[SLACKBUILD PATH]]="dev/util/bzr" +# Signature checking +[[SIGNING KEY ID]]="A0B3E88B" + #--------------------- # SlackBuild Sections #--------------------- @@ -52,7 +55,8 @@ on: download_source off: md5sum_download_and_check_0 off: md5sum_download_and_check_1 -off: gpg_signature_check + on: gpg_signature_check + on: manifest_check on: untar_source off: patch_source off: configure |