summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel M. Dutra2023-01-25 22:54:37 -0300
committerGabriel M. Dutra2023-01-25 22:54:37 -0300
commit2f93d231c6b9505dbfc6b1526e851bf321815481 (patch)
tree7d3a43a38429ce42043f679083362f3c469b0261
parent795c78b5898226a319754a2f868a25427a78668e (diff)
downloadaur-2f93d231c6b9505dbfc6b1526e851bf321815481.tar.gz
atlantis: bump 0.22.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47546e1d892d..b33bd292003f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = atlantis
pkgdesc = Terraform Pull Request Automation
- pkgver = 0.19.8
+ pkgver = 0.22.3
pkgrel = 1
url = https://github.com/runatlantis/atlantis
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = atlantis
license = APACHE20
makedepends = go
depends = glibc
- source = atlantis-0.19.8.tar.gz::https://github.com/runatlantis/atlantis/archive/v0.19.8.tar.gz
- sha256sums = 12f2e3d74264b4457d0a7766f8b4f580984a025fcdb3d443b8aad85f036994d4
+ source = atlantis-0.22.3.tar.gz::https://github.com/runatlantis/atlantis/archive/v0.22.3.tar.gz
+ sha256sums = 28bcf3cfefafa31927866e7d56e307851712d7876f6df68bc5c87c4ae22bc885
pkgname = atlantis
diff --git a/PKGBUILD b/PKGBUILD
index 9157e31f4aa2..000bac7ba956 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gabriel M. Dutra <0xdutra@gmail.com>
pkgname=atlantis
-pkgver=0.19.8
+pkgver=0.22.3
pkgrel=1
pkgdesc=" Terraform Pull Request Automation"
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
@@ -10,7 +10,7 @@ license=('APACHE20')
depends=('glibc')
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::https://github.com/runatlantis/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('12f2e3d74264b4457d0a7766f8b4f580984a025fcdb3d443b8aad85f036994d4')
+sha256sums=('28bcf3cfefafa31927866e7d56e307851712d7876f6df68bc5c87c4ae22bc885')
prepare(){
cd "$pkgname-$pkgver"