Date: Saturday, May 6, 2023 @ 19:13:49
  Author: shibumi
Revision: 1459090

upgpkg: pulumi 3.62.0-1

Modified:
  pulumi/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-06 19:08:41 UTC (rev 1459089)
+++ PKGBUILD    2023-05-06 19:13:49 UTC (rev 1459090)
@@ -2,7 +2,7 @@
 # Contributor: Christoph Gysin <[email protected]>
 
 pkgname=pulumi
-pkgver=3.50.2
+pkgver=3.62.0
 pkgrel=1
 pkgdesc='Modern Infrastructure as Code'
 arch=('x86_64')
@@ -11,14 +11,12 @@
 depends=('glibc')
 makedepends=('go')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('c6f07082e8bd197b00299d1df6d3b05dd0d534a252c22d809901adbe920668d9')
-b2sums=('b944d476fdf9aef4c5dee75faa773846777145d3c1ff39de7e18f67f10eb9bcbd4b178e771df2760baf66785af5898016dc8c233fe7d6483aa2cdbe992a07076')
+sha512sums=('fd75e72ba28723a44685089dff0b77f538df3872270b39d3a070803aa2f856eeafff3b41da5d80f69f8fc248e0f4ffa4ab3c6a5e80621f609cc4d579184795cd')
 options=('!lto') # disable as soon as LTO problems are resolved
 
 _plugins=(
   "nodejs/cmd/pulumi-language-nodejs"
   "python/cmd/pulumi-language-python"
-  "dotnet/cmd/pulumi-language-dotnet"
   "go/pulumi-language-go"
 )
 

Reply via email to