mirror of
https://gitee.com/openharmony/third_party_nghttp2
synced 2024-11-23 07:50:02 +00:00
Generate .asc files
This commit is contained in:
parent
7a0e16510a
commit
ed2ccce0e8
@ -11,4 +11,10 @@ git submodule update --init
|
||||
autoreconf -i
|
||||
./configure --with-mruby && \
|
||||
make dist-bzip2 && make dist-gzip && make dist-xz || echo "error"
|
||||
|
||||
VERSION=`echo -n $TAG | sed -E 's|^v([0-9]+\.[0-9]+\.[0-9]+)(-DEV)?$|\1|'`
|
||||
for f in nghttp2-$VERSION.tar.bz2 nghttp2-$VERSION.tar.gz nghttp2-$VERSION.tar.xz; do
|
||||
sha256sum $f > $f.asc
|
||||
done
|
||||
|
||||
make distclean
|
||||
|
Loading…
Reference in New Issue
Block a user