[vlc-commits] [Git][videolan/vlc][master] 2 commits: contrib/amf: remove old SHA512SUMS entry
Steve Lhomme (@robUx4)
gitlab at videolan.org
Tue Sep 19 05:05:45 UTC 2023
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
7d1e89fc by Sean McGovern at 2023-09-19T04:23:03+00:00
contrib/amf: remove old SHA512SUMS entry
- - - - -
cba3cbaa by Sean McGovern at 2023-09-19T04:23:03+00:00
contrib/amf: ensure to touch .sum-amf when the git hash check is successful
- - - - -
2 changed files:
- contrib/src/amf/SHA512SUMS
- contrib/src/amf/rules.mak
Changes:
=====================================
contrib/src/amf/SHA512SUMS
=====================================
@@ -1 +1 @@
-43d7d3c05cb385cc5b0b76562dae3f8d5fb0123300291019ddce1032eec55a664290bd9b0552073d3a5cc7036886a015d9edb1f17e2f0f8ffd07acf57360ec18 AMF-1.4.29.tar.gz
+
=====================================
contrib/src/amf/rules.mak
=====================================
@@ -17,11 +17,6 @@ endif
endif
endif
-$(TARBALLS)/AMF-$(AMF_VERSION).tar.gz:
- $(call download_pkg,$(AMF_URL),AMF)
-
-# .sum-amf: AMF-$(AMF_VERSION).tar.gz
-
$(TARBALLS)/AMF-$(AMF_GITVERSION).tar.xz:
rm -rf "$@" "$(@:.tar.xz=.githash)"
rm -rf "$(@:.tar.xz=)"
@@ -37,6 +32,7 @@ $(TARBALLS)/AMF-$(AMF_GITVERSION).tar.xz:
.sum-amf: AMF-$(AMF_GITVERSION).tar.xz
$(call check_githash,$(AMF_GITVERSION))
+ touch "$@"
# amf: AMF-$(AMF_VERSION).tar.gz .sum-amf
amf: AMF-$(AMF_GITVERSION).tar.xz .sum-amf
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/e6b30a03b2d04f3061b5f005b954ee47868ffa4c...cba3cbaa764887b2a68dc359ae82a0261a2d8240
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/e6b30a03b2d04f3061b5f005b954ee47868ffa4c...cba3cbaa764887b2a68dc359ae82a0261a2d8240
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list