Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/supersonic-desktop/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'supersonic-desktop'
pkgname=supersonic-desktop
version=0.20.1
version=0.21.0
revision=1
build_style=go
go_import_path="github.com/dweymouth/supersonic"
Expand All @@ -12,7 +12,7 @@ license="GPL-3.0-or-later"
homepage="https://github.com/dweymouth/supersonic"
changelog="https://raw.githubusercontent.com/dweymouth/supersonic/refs/heads/main/CHANGELOG.md"
distfiles="https://github.com/dweymouth/supersonic/archive/v${version}.tar.gz"
checksum=6a51404e2388959058a6d42c069c858f15c224f6543c7b2b3de60deb5e32da78
checksum=b532e5fb0c2e03949a704ac12576713a85eb1890012befd2f2479caa35723804

post_install() {
mv "${DESTDIR}/usr/bin/supersonic" "${DESTDIR}/usr/bin/supersonic-desktop"
Expand Down