Skip to content
Open
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/ty/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'ty'
pkgname=ty
version=0.0.16
version=0.0.17
revision=1
build_style=python3-pep517
build_helper="rust qemu"
Expand All @@ -12,7 +12,7 @@ license="MIT"
homepage="https://docs.astral.sh/ty/"
changelog="https://raw.githubusercontent.com/astral-sh/ty/main/CHANGELOG.md"
distfiles="https://github.com/astral-sh/ty/releases/download/${version}/source.tar.gz"
checksum=e078831ec7e0b6be4dd920043a7c19fd1b6e92c26b48df0635b03cd59b348a1a
checksum=0e46d435f4a3f553a04c254b74ba9f5f6579046f2d4d921833bcc87dda08dfb8

post_install() {
vlicense LICENSE
Expand Down