Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / glow
Commits: 034ae07d by Robin Candau at 2024-08-24T00:01:04+02:00 upgpkg: 2.0.0-1: New upstream release https://github.com/charmbracelet/glow/releases/tag/v2.0.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = glow pkgdesc = Command-line markdown renderer - pkgver = 1.5.1 - pkgrel = 2 + pkgver = 2.0.0 + pkgrel = 1 url = https://github.com/charmbracelet/glow arch = x86_64 license = MIT @@ -9,7 +9,7 @@ pkgbase = glow makedepends = go depends = glibc options = !lto - source = git+https://github.com/charmbracelet/glow.git#tag=v1.5.1 - b2sums = 2ace4853c3541be61aa31dbdefd1aecb14e04c8a162094694f93027638ef65f1e75994b39485a34df66692f5dc6dfa33d8ea02428e6fb11dee0844f2a0f6cdfa + source = git+https://github.com/charmbracelet/glow.git#tag=v2.0.0 + b2sums = a4f752b43bc4dd4566a24d12dec31899cf162d75920ad16e3758f9417c559482b0808ac44ea6203d8803d0c7c9cf1ff0090002d2f4d67a69f9bce2a8c653c33d pkgname = glow ===================================== PKGBUILD ===================================== @@ -4,8 +4,8 @@ # Contributor: Stephen Gregoratto <[email protected]> pkgname=glow -pkgver=1.5.1 -pkgrel=2 +pkgver=2.0.0 +pkgrel=1 pkgdesc="Command-line markdown renderer" url="https://github.com/charmbracelet/glow" arch=('x86_64') @@ -14,7 +14,7 @@ depends=('glibc') makedepends=('git' 'go') options=('!lto') source=("git+${url}.git#tag=v${pkgver}") -b2sums=('2ace4853c3541be61aa31dbdefd1aecb14e04c8a162094694f93027638ef65f1e75994b39485a34df66692f5dc6dfa33d8ea02428e6fb11dee0844f2a0f6cdfa') +b2sums=('a4f752b43bc4dd4566a24d12dec31899cf162d75920ad16e3758f9417c559482b0808ac44ea6203d8803d0c7c9cf1ff0090002d2f4d67a69f9bce2a8c653c33d') prepare() { cd "${pkgname}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/glow/-/commit/034ae07d8c033a543dfe73b1aa71a503b749ee80 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/glow/-/commit/034ae07d8c033a543dfe73b1aa71a503b749ee80 You're receiving this email because of your account on gitlab.archlinux.org.
