Skip to content

Commit 06f3c28

Browse files
authored
chore: bump preset plugins version (#7024)
Signed-off-by: Ryan Wang <[email protected]>
1 parent a744b7d commit 06f3c28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

application/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,15 +120,15 @@ tasks.named('jacocoTestReport', JacocoReport) {
120120
}
121121

122122
ext.presetPluginUrls = [
123-
'https://github.com/halo-dev/plugin-comment-widget/releases/download/v2.4.0/plugin-comment-widget-2.4.0.jar' : 'plugin-comment-widget.jar',
123+
'https://github.com/halo-dev/plugin-comment-widget/releases/download/v2.5.1/plugin-comment-widget-2.5.1.jar' : 'plugin-comment-widget.jar',
124124
'https://github.com/halo-dev/plugin-search-widget/releases/download/v1.6.2/plugin-search-widget-1.6.2.jar' : 'plugin-search-widget.jar',
125125
'https://github.com/halo-dev/plugin-sitemap/releases/download/v1.1.2/plugin-sitemap-1.1.2.jar' : 'plugin-sitemap.jar',
126126
'https://github.com/halo-dev/plugin-feed/releases/download/v1.3.0/plugin-feed-1.3.0.jar' : 'plugin-feed.jar',
127127

128128
// Currently, plugin-app-store is not open source, so we need to download it from the official website.
129129
// Please see https://github.com/halo-dev/plugin-app-store/issues/55
130130
// https://www.halo.run/store/apps/app-VYJbF
131-
'https://www.halo.run/store/apps/app-VYJbF/releases/download/app-release-dEEUO/assets/app-release-dEEUO-ZRgkG': 'appstore.jar',
131+
'https://www.halo.run/store/apps/app-VYJbF/releases/download/app-release-WBIAX/assets/app-release-WBIAX-TRVeq': 'appstore.jar',
132132
]
133133

134134
tasks.register('downloadPluginPresets', Download) {

0 commit comments

Comments
 (0)