summaryrefslogtreecommitdiffstats
path: root/xorg-proto
diff options
context:
space:
mode:
authorTreeve Jelbert2017-01-26 16:57:48 +0100
committerTreeve Jelbert2017-01-26 17:00:32 +0100
commit0e246074366fa0e3ad816bcaeefe8f164a2dda96 (patch)
tree789e05c4c9826ec79cc1b69a75fec42203f49ccb /xorg-proto
parent4fc9a70c7a644e1ca7964f30ab851166f8b0ac5d (diff)
presentproto: => 1,1
Diffstat (limited to 'xorg-proto')
-rwxr-xr-xxorg-proto/presentproto/DETAILS12
-rw-r--r--xorg-proto/presentproto/HISTORY4
2 files changed, 11 insertions, 5 deletions
diff --git a/xorg-proto/presentproto/DETAILS b/xorg-proto/presentproto/DETAILS
index bdfae2df5f..60aeb9ad9e 100755
--- a/xorg-proto/presentproto/DETAILS
+++ b/xorg-proto/presentproto/DETAILS
@@ -1,11 +1,13 @@
SPELL=presentproto
- VERSION=1.0
- SOURCE_HASH=sha512:6d6b3cb78ff7c6ad8103d0003479f94702aea412640feec5d82cb630c9560fd0e1f7b6124e9eaba138adc9bf61ee08ef193537c2754c9b79737ef871c5114c59
+ VERSION=1.1
SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/proto/${SOURCE}
-# SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
+ SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/proto/${SOURCE}
+ SOURCE2=$SOURCE.sig
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=xorg.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="http://xorg.freedesktop.org"
+ WEB_SITE="https://xorg.freedesktop.org"
LICENSE[0]=XCL
ENTERED=20131102
SHORT="Present Protocol Headers."
diff --git a/xorg-proto/presentproto/HISTORY b/xorg-proto/presentproto/HISTORY
index 7630ba4e55..f9771bb2c1 100644
--- a/xorg-proto/presentproto/HISTORY
+++ b/xorg-proto/presentproto/HISTORY
@@ -1,3 +1,7 @@
+2017-01-26 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 1.1
+ * DETAILS: add gpg checking
+
2015-07-24 Ismael Luceno <ismael@sourcemage.org>
* DEPENDS: gawk -> AWK