summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorPavel Vinogradov2021-10-13 14:44:39 -0400
committerPavel Vinogradov2021-10-13 14:48:04 -0400
commita5526c991ffc0b3d0b27261e24266990704644a3 (patch)
tree61d3232233faff7ecf2e9fada2073d109923d066 /devel
parent059dc30c3a1439c9dfa732dba99c077a252114f7 (diff)
devel/git: version 2.33.1
Diffstat (limited to 'devel')
-rwxr-xr-xdevel/git/DETAILS8
-rw-r--r--devel/git/HISTORY3
2 files changed, 7 insertions, 4 deletions
diff --git a/devel/git/DETAILS b/devel/git/DETAILS
index 286745f219..95b8ac0030 100755
--- a/devel/git/DETAILS
+++ b/devel/git/DETAILS
@@ -1,5 +1,5 @@
SPELL="git"
- VERSION=2.33.0
+ VERSION="2.33.1"
SECURITY_PATCH="12"
SOURCE="${SPELL}-${VERSION}.tar.xz"
SOURCE2="${SOURCE%.xz}.sign"
@@ -7,14 +7,14 @@
GIT_URI="${KERNEL_URL}/pub/software/scm/git"
SOURCE_URL="${GIT_URI}/${SOURCE}"
SOURCE2_URL="${GIT_URI}/${SOURCE2}"
- SOURCE2_HASH=sha512:5d6788588a1cb87874ac09d4b0a30b0280d00872617aff2dbae3d1f25eda35095d00b0451c03f262da6c991c46c228f4dcdf02456805b497ffd8ba5bddd942fe
+ SOURCE2_IGNORE="signature"
if [[ "${GIT_DOC}" == "manpages" || "${GIT_DOC}" == "both" ]]; then
SOURCE3="${SPELL}-manpages-${VERSION}.tar.xz"
SOURCE4="${SOURCE3%.xz}.sign"
SOURCE3_GPG="kernel.gpg:${SOURCE4}:UPSTREAM_KEY"
SOURCE3_URL="${GIT_URI}/${SOURCE3}"
SOURCE4_URL="${GIT_URI}/${SOURCE4}"
- SOURCE4_HASH=sha512:71eb97a0af75cc907437fa7929480edab8e85775df8b1b60a2cd26c4c2ca2d62f38055d2b4d8543b5aea44ca8d1f8b30f6c6f16dfa265784bf06838ab8a90545
+ SOURCE4_IGNORE="signature"
fi
if [[ "${GIT_DOC}" == "htmldocs" || "${GIT_DOC}" == "both" ]]; then
SOURCE5="${SPELL}-htmldocs-${VERSION}.tar.xz"
@@ -22,7 +22,7 @@ if [[ "${GIT_DOC}" == "htmldocs" || "${GIT_DOC}" == "both" ]]; then
SOURCE5_GPG="kernel.gpg:${SOURCE6}:UPSTREAM_KEY"
SOURCE5_URL="${GIT_URI}/${SOURCE5}"
SOURCE6_URL="${GIT_URI}/${SOURCE6}"
- SOURCE6_HASH=sha512:06a20e137654b9d1203da87f5eabbe1d607920ec02c0f0cc5d3b4ecf7c52d8529b40d643b18293b9c61636c5ecc2c8f0373d4d1b09278dd510adbc4d3d121ae2
+ SOURCE6_IGNORE="signature"
fi
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
LICENSE[0]="GPL"
diff --git a/devel/git/HISTORY b/devel/git/HISTORY
index 6c0a72d44c..5c09776ce7 100644
--- a/devel/git/HISTORY
+++ b/devel/git/HISTORY
@@ -1,3 +1,6 @@
+2021-10-13 Pavel Vinogradov <public@sourcemage.org>
+ * DETAILS: version 2.33.1, removed signature hashes
+
2021-08-17 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: added missing source hashes