summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Grossar2023-01-09 11:05:58 +0100
committerLukas Grossar2023-01-09 11:05:58 +0100
commitbc8d7d4e5dd86799cd7146b0eaa5ec3659226637 (patch)
treecc5d0dd0eec914f44d82d74bda4c29b37e054cd1
parent82af29d8db175eeeef94d8867a573c720629f7ce (diff)
downloadaur-bc8d7d4e5dd86799cd7146b0eaa5ec3659226637.tar.gz
chore(update): 7.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd7088eb2ba7..210903a5a3e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = polaris-bin
pkgdesc = Validation of best practices in Kubernetes
- pkgver = 7.2.0
+ pkgver = 7.3.0
pkgrel = 1
url = https://github.com/FairwindsOps/polaris
arch = x86_64
license = Apache
- source = polaris-bin-7.2.0.tar.gz::https://github.com/FairwindsOps/polaris/releases/download/7.2.0/polaris_linux_amd64.tar.gz
- sha256sums = 1b67db6ca693f274e7afc0c9e0a24544b93b6fec6952296f13fc5297a521cc27
+ source = polaris-bin-7.3.0.tar.gz::https://github.com/FairwindsOps/polaris/releases/download/7.3.0/polaris_linux_amd64.tar.gz
+ sha256sums = 5d2655a02e4524b1f6de36cb5b6110be8dfbb4d9a54657459c4df472358a785e
pkgname = polaris-bin
diff --git a/PKGBUILD b/PKGBUILD
index f56332534cd3..3d50c69665ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Lukas Grossar <lukas.grossar@gmail.com>
pkgname=polaris-bin
-pkgver=7.2.0
+pkgver=7.3.0
pkgrel=1
pkgdesc="Validation of best practices in Kubernetes"
arch=('x86_64')
url="https://github.com/FairwindsOps/polaris"
license=('Apache')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/FairwindsOps/polaris/releases/download/${pkgver}/polaris_linux_amd64.tar.gz")
-sha256sums=('1b67db6ca693f274e7afc0c9e0a24544b93b6fec6952296f13fc5297a521cc27')
+sha256sums=('5d2655a02e4524b1f6de36cb5b6110be8dfbb4d9a54657459c4df472358a785e')
package() {
install -Dm 755 "$srcdir/polaris" -t "$pkgdir/usr/bin"