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/topgrade/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'topgrade'
pkgname=topgrade
version=17.2.1
version=17.3.0
revision=1
build_style=cargo
build_helper=qemu
Expand All @@ -9,7 +9,7 @@ maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/topgrade-rs/topgrade"
distfiles="https://github.com/topgrade-rs/topgrade/archive/refs/tags/v${version}.tar.gz"
checksum=f8a0868885a75b3591ab7d77f2e1d7d9a0178331ae058f613dac219bf47e03e6
checksum=98f0fcbbaf201ef0442533e5fdc3fd047ae61767f28b197bb4e8bd6047a90c22

post_install() {
local _topgrade="${DESTDIR}/usr/bin/topgrade"
Expand Down