Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / ruby-treetop
Commits: fcf03003 by Carl Smedstad at 2025-01-23T12:37:03+01:00 upgpkg: 1.6.14-1: Upstream release https://github.com/cjheath/treetop/releases/tag/v1.6.14 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = ruby-treetop pkgdesc = A Ruby-based parsing DSL based on parsing expression grammars - pkgver = 1.6.12 - pkgrel = 5 + pkgver = 1.6.14 + pkgrel = 1 url = https://github.com/cjheath/treetop arch = any license = MIT @@ -13,7 +13,7 @@ pkgbase = ruby-treetop depends = ruby depends = ruby-polyglot options = !emptydirs - source = git+https://github.com/cjheath/treetop.git#tag=v1.6.12 - sha256sums = 60b44029ded39276145a755981cf9a83a8c09708547390640eb4884d5ebe5685 + source = git+https://github.com/cjheath/treetop.git#tag=v1.6.14 + sha256sums = 413d8666d1f7c521b059201a33d221e19a93e47508a319b9379c795488a9ff22 pkgname = ruby-treetop ===================================== PKGBUILD ===================================== @@ -5,8 +5,8 @@ pkgname=ruby-treetop _pkgname=${pkgname#ruby-} -pkgver=1.6.12 -pkgrel=5 +pkgver=1.6.14 +pkgrel=1 pkgdesc="A Ruby-based parsing DSL based on parsing expression grammars" arch=(any) url="https://github.com/cjheath/treetop" @@ -26,7 +26,7 @@ checkdepends=( ) options=(!emptydirs) source=("git+$url.git#tag=v$pkgver") -sha256sums=('60b44029ded39276145a755981cf9a83a8c09708547390640eb4884d5ebe5685') +sha256sums=('413d8666d1f7c521b059201a33d221e19a93e47508a319b9379c795488a9ff22') prepare() { cd "$_pkgname" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-treetop/-/commit/fcf030039c2f70e6daf73a62002a036d312781e1 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-treetop/-/commit/fcf030039c2f70e6daf73a62002a036d312781e1 You're receiving this email because of your account on gitlab.archlinux.org.
