Christian Rebischke pushed to branch main at Arch Linux / Packaging / Packages 
/ cue


Commits:
4b51fcdb by Christian Rebischke at 2023-12-20T02:19:00+01:00
upgpkg: 0.7.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,13 @@
+pkgbase = cue
+       pkgdesc = Validate and define text-based and dynamic configuration
+       pkgver = 0.7.0
+       pkgrel = 1
+       url = https://cuelang.org/
+       arch = x86_64
+       license = Apache
+       makedepends = go
+       depends = glibc
+       source = 
cue-0.7.0.tar.gz::https://github.com/cue-lang/cue/archive/v0.7.0.tar.gz
+       sha512sums = 
471ebc4ac81dfc0df42d8e8bd5e858b8a2f958c909ccd0b391ed4af669e7eba3908bcde63ca21973f072e35f66d307180fb3fc43627eb4de6385011bcf48aed1
+
+pkgname = cue


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke <[email protected]>
 
 pkgname=cue
-pkgver=0.6.0
+pkgver=0.7.0
 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=('bd1b5e6d063e0b6317d0abeacd3340009c454b5a03e7edb21381d7e469c566ac73ecf6096ccb5f4cb8643d7f3d98278bda1e39ff80209015463a3d72126bccb0')
+sha512sums=('471ebc4ac81dfc0df42d8e8bd5e858b8a2f958c909ccd0b391ed4af669e7eba3908bcde63ca21973f072e35f66d307180fb3fc43627eb4de6385011bcf48aed1')
 
 build() {
   cd "${pkgname}-${pkgver}/cmd/cue/"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cue/-/commit/4b51fcdbdde4f35be103b8fea6f714c98ddb245f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cue/-/commit/4b51fcdbdde4f35be103b8fea6f714c98ddb245f
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to