1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00

testing/apostrophe-revealjs: upgrade to 5.2.1

https://github.com/hakimel/reveal.js/releases/tag/5.2.1
This commit is contained in:
mio 2025-06-27 01:52:25 +00:00 committed by Natanael Copa
parent 359c4f0584
commit 09db367c76

View file

@ -1,7 +1,7 @@
# Contributor: mio <miyopan@e.email>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=apostrophe-revealjs
pkgver=5.1.0
pkgver=5.2.1
pkgrel=0
pkgdesc="reveal.js (HTML presentation framework) installation for Apostrophe"
url="https://revealjs.com"
@ -14,7 +14,7 @@ options="!check" # Basic setup version, no tests are run
prepare() {
default_prepare
# Clean up unused files
rm -r .git* .npm* gulpfile.js package*.json
rm -r .codespellrc .git* .npm* gulpfile.js package*.json
}
package() {
@ -23,5 +23,5 @@ package() {
}
sha512sums="
33ba5bb62dbf15c64d4ba483c250709a146beb6440cc886f09ef4559287d39bccbbe3e6e9a65233951b5169f302bf9f8d8ddbbb29bc71e204a12720c6ca8887e apostrophe-revealjs-5.1.0.tar.gz
2ee4133fafa37abd8452ef4c0f97c8640d8b24387c95fcc219969414908b29e5223f325085d4b30001a4be3af81382fc6802a79d39595eb6c0218763770fd9e5 apostrophe-revealjs-5.2.1.tar.gz
"