mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
glow: update to 1.5.1.
This commit is contained in:
parent
51ad731b14
commit
a54113cf54
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'glow'
|
# Template file for 'glow'
|
||||||
pkgname=glow
|
pkgname=glow
|
||||||
version=1.5.0
|
version=1.5.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/charmbracelet/glow
|
go_import_path=github.com/charmbracelet/glow
|
||||||
go_ldflags="-X main.Version=${version}"
|
go_ldflags="-X main.Version=${version}"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="klardotsh <josh@klar.sh>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/charmbracelet/glow"
|
homepage="https://github.com/charmbracelet/glow"
|
||||||
distfiles="https://github.com/charmbracelet/glow/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/charmbracelet/glow/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=66f2a876eba15d71cfd08b56667fb07e1d49d383aa17d31696a39e794e23ba92
|
checksum=b4ecf269b7c6447e19591b1d23f398ef2b38a6a75be68458390b42d3efc44b92
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
for shell in bash fish zsh; do
|
for shell in bash fish zsh; do
|
||||||
|
|
Loading…
Add table
Reference in a new issue