1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-25 12:40:30 +01:00

upgpkg: ruby-liquid 5.5.0-1

upstream release
This commit is contained in:
2024-03-21 22:30:34 +01:00
parent 64ab4b904a
commit 263f7f2d3d
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = ruby-liquid
pkgdesc = Liquid markup language. Safe, customer facing template language for flexible web apps
pkgver = 5.4.0
pkgver = 5.5.0
pkgrel = 1
url = https://shopify.github.io/liquid/
arch = any
@@ -8,7 +8,7 @@ pkgbase = ruby-liquid
makedepends = ruby-rdoc
depends = ruby
options = !emptydirs
source = ruby-liquid-5.4.0.tar.gz::https://github.com/Shopify/liquid/archive/v5.4.0.tar.gz
sha512sums = 45b394aa945206b200a2aa30e2e0b0f0937e7e59bd213f45f0484f2f6f3d68fca96f93a7ae64ac05249439048842b53e20a58d73be88470ed94cf40cc65c4cfb
source = ruby-liquid-5.5.0.tar.gz::https://github.com/Shopify/liquid/archive/v5.5.0.tar.gz
sha512sums = 6afa798052371356100a22936ba716e285302080111e833ba48927bc63b358e6d6d8fe027ad6410d2171bef59f71e30f7ddd414bda3e45c91a0e2e459aa4919e
pkgname = ruby-liquid

View File

@@ -2,7 +2,7 @@
_gemname=liquid
pkgname=ruby-$_gemname
pkgver=5.4.0
pkgver=5.5.0
pkgrel=1
pkgdesc='Liquid markup language. Safe, customer facing template language for flexible web apps'
url='https://shopify.github.io/liquid/'
@@ -12,7 +12,7 @@ makedepends=('ruby-rdoc')
depends=('ruby')
options=('!emptydirs')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/Shopify/${_gemname}/archive/v${pkgver}.tar.gz)
sha512sums=('45b394aa945206b200a2aa30e2e0b0f0937e7e59bd213f45f0484f2f6f3d68fca96f93a7ae64ac05249439048842b53e20a58d73be88470ed94cf40cc65c4cfb')
sha512sums=('6afa798052371356100a22936ba716e285302080111e833ba48927bc63b358e6d6d8fe027ad6410d2171bef59f71e30f7ddd414bda3e45c91a0e2e459aa4919e')
prepare() {
cd ${_gemname}-${pkgver}