summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathieu Tortuyaux2021-03-12 15:36:42 +0100
committerMathieu Tortuyaux2021-03-12 15:36:42 +0100
commit502e2fe4b4502e33ad5c327ab8d11d28320d88c6 (patch)
treeab5a79546505b038de085a917bc83ef52ff89da8
parent259fc524d7230ca9b16231116b3b18d0d5cd7dab (diff)
downloadaur-502e2fe4b4502e33ad5c327ab8d11d28320d88c6.tar.gz
inframap: bump to version v0.6.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 617063ca08bf..be373f64f684 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = inframap
pkgdesc = Read your tfstate or HCL to generate a graph specific for each provider, showing only the resources that are most important/relevant
- pkgver = 0.6.0
+ pkgver = 0.6.1
pkgrel = 1
epoch = 0
url = https://github.com/cycloidio/inframap
arch = i386
arch = x86_64
license = MIT
- source_i386 = https://github.com/cycloidio/inframap/releases/download/v0.6.0/inframap-linux-386.tar.gz
- sha256sums_i386 = d9b9a016a388dd82c8597beae5b1663aff9bffb1d0f91bcaa509efbe921717e2
- source_x86_64 = https://github.com/cycloidio/inframap/releases/download/v0.6.0/inframap-linux-amd64.tar.gz
- sha256sums_x86_64 = c48aae2e1c6131dcb34c1c1597228109e99ad6baedced04be0a08ae933f768a4
+ source_i386 = https://github.com/cycloidio/inframap/releases/download/v0.6.1/inframap-linux-386.tar.gz
+ sha256sums_i386 = 7473be322b38a0e8e392f55fbda0dfdd8f0d184314a14c19ac750b239b4c75e5
+ source_x86_64 = https://github.com/cycloidio/inframap/releases/download/v0.6.1/inframap-linux-amd64.tar.gz
+ sha256sums_x86_64 = fa6bb17c8a480fc1c2530b8ae3a6a2c1a292837805c155c8360eaa90b7ecfb0b
pkgname = inframap
diff --git a/PKGBUILD b/PKGBUILD
index b57842cf8fb4..0b4362cf4d7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mathieu Tortuyaux <mathieu.tortuyaux@gmail.com>
pkgname=inframap
-pkgver=0.6.0
+pkgver=0.6.1
pkgrel=1
epoch=0
pkgdesc="Read your tfstate or HCL to generate a graph specific for each provider, showing only the resources that are most important/relevant"
@@ -9,8 +9,8 @@ url="https://github.com/cycloidio/$pkgname"
license=('MIT')
source_x86_64=("https://github.com/cycloidio/$pkgname/releases/download/v$pkgver/$pkgname-linux-amd64.tar.gz")
source_i386=("https://github.com/cycloidio/$pkgname/releases/download/v$pkgver/$pkgname-linux-386.tar.gz")
-sha256sums_i386=('d9b9a016a388dd82c8597beae5b1663aff9bffb1d0f91bcaa509efbe921717e2')
-sha256sums_x86_64=('c48aae2e1c6131dcb34c1c1597228109e99ad6baedced04be0a08ae933f768a4')
+sha256sums_i386=('7473be322b38a0e8e392f55fbda0dfdd8f0d184314a14c19ac750b239b4c75e5')
+sha256sums_x86_64=('fa6bb17c8a480fc1c2530b8ae3a6a2c1a292837805c155c8360eaa90b7ecfb0b')
package() {
case $CARCH in