bump: libappimage (#597)

Upstream uses the tag `1.0.4-5` and GitHub treats it as if it's earlier
than `1.0.4`. Therefore, update.rhai is temporarily disabled.
This commit is contained in:
madomado
2023-06-20 20:23:53 +08:00
committed by GitHub
parent f290e6ad02
commit 060c842204
2 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
%global libver 1.0.4
%global libver 1.0.4-5
# replace - with ~
%global libver_format %(v=%{libver}; sed -e 's/-/~/' <<< $v)
@@ -49,6 +49,7 @@ developing applications that use %{name}.
echo "#include <cstdint>" > a.h
cat src/libappimage/utils/hashlib.h >> a.h
mv a.h src/libappimage/utils/hashlib.h
rm docs/{make.bat,.gitignore}
%build