[arch-commits] Commit in skaffold/trunk (PKGBUILD)

Christian Rebischke shibumi at archlinux.org
Sun Dec 20 22:28:39 UTC 2020


    Date: Sunday, December 20, 2020 @ 22:28:39
  Author: shibumi
Revision: 780806

upgpkg: skaffold 1.17.2-1


TODO: Fix Full RELRO

We should just ditch the makefile and build via go.

Modified:
  skaffold/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-20 22:18:55 UTC (rev 780805)
+++ PKGBUILD	2020-12-20 22:28:39 UTC (rev 780806)
@@ -4,8 +4,8 @@
 # Contributor: Stefan Cocora <stefan dot cocora at gmail dot com>
 
 pkgname=skaffold
-pkgver=1.16.0
-pkgrel=2
+pkgver=1.17.2
+pkgrel=1
 pkgdesc="A command line tool that facilitates continuous development for Kubernetes applications"
 arch=("x86_64")
 url="https://github.com/GoogleContainerTools/${pkgname}"
@@ -21,9 +21,9 @@
   "${pkgname}-${pkgver}.tar.gz::https://github.com/GoogleContainerTools/${pkgname}/archive/v${pkgver}.tar.gz"
   "build_info.patch"
 )
-sha256sums=('8ab37c155fc3a68eebfa3f9a94fd9196b207762f666f88f940911105c9d61eee'
+sha256sums=('1d23795bc92d77fbfd92ff1068013c35cd0f4fbde24f06f46cff8caa8b7a4972'
             'e90797011d2f79c79a6b184a5e9c35c4e5c582622d075b0022675b96fccefc46')
-_commit="c4dce04b0d692dce61051d14cf4a2c04c8c688bd"
+_commit="53e4063e12b41bc19c6cd3929d939f17ad2e88de"
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"



More information about the arch-commits mailing list