Christian Rebischke pushed to branch main at Arch Linux / Packaging / Packages
/ cue
Commits:
84c2b941 by Christian Rebischke at 2024-07-14T21:15:59+02:00
upgpkg: 0.9.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = cue
pkgdesc = Validate and define text-based and dynamic configuration
- pkgver = 0.8.1
+ pkgver = 0.9.2
pkgrel = 1
url = https://cuelang.org/
arch = x86_64
license = Apache
makedepends = go
depends = glibc
- source =
cue-0.8.1.tar.gz::https://github.com/cue-lang/cue/archive/v0.8.1.tar.gz
- sha512sums =
540121083ec41403690def441cebb3f935f73e7e682adb1604e0a77af2a5d330c4d1a6e40ce5f7dd785fce59f8a1cda68be8feb7ac32cd9ebc2bc597b02308ce
+ source =
cue-0.9.2.tar.gz::https://github.com/cue-lang/cue/archive/v0.9.2.tar.gz
+ sha512sums =
051a4d15d74123f52f692e8b2f2e311b6356d617e4b22fa9b5d702640fcaafaf1342eb25997ffc4fe32936a61afda9929558c53878e51d2cb38e13bc471d3769
pkgname = cue
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Christian Rebischke <[email protected]>
pkgname=cue
-pkgver=0.8.1
+pkgver=0.9.2
pkgrel=1
pkgdesc="Validate and define text-based and dynamic configuration"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('Apache')
makedepends=('go')
depends=('glibc')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/cue-lang/cue/archive/v${pkgver}.tar.gz")
-sha512sums=('540121083ec41403690def441cebb3f935f73e7e682adb1604e0a77af2a5d330c4d1a6e40ce5f7dd785fce59f8a1cda68be8feb7ac32cd9ebc2bc597b02308ce')
+sha512sums=('051a4d15d74123f52f692e8b2f2e311b6356d617e4b22fa9b5d702640fcaafaf1342eb25997ffc4fe32936a61afda9929558c53878e51d2cb38e13bc471d3769')
build() {
cd "${pkgname}-${pkgver}/cmd/cue/"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cue/-/commit/84c2b941b5735611c5d84a7863d1bc9ca5ba9353
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cue/-/commit/84c2b941b5735611c5d84a7863d1bc9ca5ba9353
You're receiving this email because of your account on gitlab.archlinux.org.