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


Commits:
879e5edc by Christian Rebischke at 2023-11-18T21:14:27+01:00
upgpkg: 0.15.1-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,15 @@
+pkgbase = ko
+       pkgdesc = Build and deploy Go applications on Kubernetes
+       pkgver = 0.15.1
+       pkgrel = 1
+       url = https://github.com/google/ko
+       arch = x86_64
+       license = Apache
+       makedepends = go
+       makedepends = git
+       depends = glibc
+       source = 
ko-0.15.1.tar.gz::https://github.com/google/ko/archive/refs/tags/v0.15.1.tar.gz
+       sha512sums = 
0fac42224a124b2c86125e2a33e01d2903cc0ec268a5b6814daf0259864fa269f9a1e9fc78ac66b19d20480503b9ae204163737c9030ba9fca7d165ee4b69c9f
+       b2sums = 
92170edf3c859ee9a9be365cec25e2ae57a6d4e5bfb779ae5557e872c04e1c606719e6fbd9e2f06dbe43156354ab54cc9564ee6dcb683794cc3fce59ae6963a5
+
+pkgname = ko


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke <chris.rebisc...@archlinux.org>
 
 pkgname=ko
-pkgver=0.13.0
+pkgver=0.15.1
 pkgrel=1
 pkgdesc="Build and deploy Go applications on Kubernetes"
 arch=('x86_64')
@@ -10,8 +10,8 @@ license=('Apache')
 makedepends=('go' 'git')
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/google/ko/archive/refs/tags/v${pkgver}.tar.gz";)
-sha512sums=('bb20fbdf8a8f14d76d6363b557711bdc3e4068c51bce702024af9090632d0d9ed32c6c4fd26181e68db9fbd783ed8e12dfd7de2b52eafcfee6999643feb76fc4')
-b2sums=('de770f240810c5ae9477ccb4fc03eeb61eab138d5d0b0b98fc18886818aa0096c4efdfed549432fc1bfe9b2217d8fd0f35998f5f37f2e5691542f796955fa695')
+sha512sums=('0fac42224a124b2c86125e2a33e01d2903cc0ec268a5b6814daf0259864fa269f9a1e9fc78ac66b19d20480503b9ae204163737c9030ba9fca7d165ee4b69c9f')
+b2sums=('92170edf3c859ee9a9be365cec25e2ae57a6d4e5bfb779ae5557e872c04e1c606719e6fbd9e2f06dbe43156354ab54cc9564ee6dcb683794cc3fce59ae6963a5')
 
 build() {
   cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ko/-/commit/879e5edc4de7c4cb9977dea6fa09b08121a12709

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


Reply via email to