diff --git a/packages/hyprlang/.SRCINFO b/packages/hyprlang/.SRCINFO index c27c821ed1..c04e066744 100644 --- a/packages/hyprlang/.SRCINFO +++ b/packages/hyprlang/.SRCINFO @@ -1,5 +1,5 @@ pkgbase = hyprlang - pkgver = 0.5.0 + pkgver = 0.6.8 pkgdesc = implementation library for the hypr config language url = https://github.com/hyprwm/hyprlang arch = amd64 @@ -7,7 +7,7 @@ pkgbase = hyprlang depends = build-essential makedepends = cmake maintainer = Oren Klopfer - source = @hyprlang~0.5.0::https://github.com/hyprwm/hyprlang/archive/v0.5.0/hyprlang-0.5.0.tar.gz - sha256sums = c59e705f2c2ff9ea4e2b183fdf0bc20a62b7162604a657d6352716a1fd5061b2 + source = @hyprlang~0.6.8::https://github.com/hyprwm/hyprlang/archive/v0.6.8/hyprlang-0.6.8.tar.gz + sha256sums = d10a0778b646e04d83e8b90cc0f764fb96958c01a15c3c0678d95a40fc647ed5 pkgname = hyprlang diff --git a/packages/hyprlang/hyprlang.pacscript b/packages/hyprlang/hyprlang.pacscript index 48513d5d21..d4022981f8 100644 --- a/packages/hyprlang/hyprlang.pacscript +++ b/packages/hyprlang/hyprlang.pacscript @@ -1,12 +1,12 @@ pkgname="hyprlang" -pkgver="0.5.0" +pkgver="0.6.8" pkgdesc="implementation library for the hypr config language" arch=("amd64" "arm64") url="https://github.com/hyprwm/${pkgname}" depends=("build-essential") makedepends=("cmake") source=("@${pkgname}~${pkgver}::${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha256sums=("c59e705f2c2ff9ea4e2b183fdf0bc20a62b7162604a657d6352716a1fd5061b2") +sha256sums=("d10a0778b646e04d83e8b90cc0f764fb96958c01a15c3c0678d95a40fc647ed5") maintainer=("Oren Klopfer ") build() { diff --git a/srclist b/srclist index 45c985fcf5..8ee942291f 100644 --- a/srclist +++ b/srclist @@ -5928,7 +5928,7 @@ pkgbase = hyprland pkgname = hyprland --- pkgbase = hyprlang - pkgver = 0.5.0 + pkgver = 0.6.8 pkgdesc = implementation library for the hypr config language url = https://github.com/hyprwm/hyprlang arch = amd64 @@ -5936,8 +5936,8 @@ pkgbase = hyprlang depends = build-essential makedepends = cmake maintainer = Oren Klopfer - source = @hyprlang~0.5.0::https://github.com/hyprwm/hyprlang/archive/v0.5.0/hyprlang-0.5.0.tar.gz - sha256sums = c59e705f2c2ff9ea4e2b183fdf0bc20a62b7162604a657d6352716a1fd5061b2 + source = @hyprlang~0.6.8::https://github.com/hyprwm/hyprlang/archive/v0.6.8/hyprlang-0.6.8.tar.gz + sha256sums = d10a0778b646e04d83e8b90cc0f764fb96958c01a15c3c0678d95a40fc647ed5 pkgname = hyprlang ---