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
6 changes: 3 additions & 3 deletions srcpkgs/glow/template
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Template file for 'glow'
pkgname=glow
version=2.1.2
version=3.0.0
revision=1
build_style=go
go_import_path=github.com/charmbracelet/glow/v2
go_import_path=charm.land/glow/v3
go_ldflags="-X main.Version=${version}"
short_desc="Render markdown on the CLI, with pizzazz"
maintainer="klardotsh <josh@klar.sh>"
license="MIT"
homepage="https://github.com/charmbracelet/glow"
distfiles="https://github.com/charmbracelet/glow/archive/refs/tags/v${version}.tar.gz"
checksum=1b933139da1d08647bf5b3f112cab9548fdc2b40c056c7fa3d84d8706de5265a
checksum=18df6f3c09157021366b8c702b5badba405d37dbb42f132353eb50c1b0d3f464

post_install() {
for shell in bash fish zsh; do
Expand Down