aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ.R. Hill2022-04-21 02:51:31 -0700
committerJ.R. Hill2022-04-21 02:51:31 -0700
commitc29a39f11b721418a9c1a133f79d7c007fc7c55f (patch)
treeb72250a365197cbc86fc7149022907a8f56c56c1
parentdb1d4cd678f080c6cdf6bbfde1a8e3e3985a8482 (diff)
downloadaur-c29a39f11b721418a9c1a133f79d7c007fc7c55f.tar.gz
Bump sigi to 3.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 768120b8f0c4..0ee6c0cf6492 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = sigi
pkgdesc = Organization CLI for people who hate organization
- pkgver = 3.1.1
+ pkgver = 3.2.1
pkgrel = 1
url = https://github.com/hiljusti/sigi
arch = x86_64
arch = aarch54
license = GPL-2.0-only
makedepends = cargo
- source = sigi-3.1.1.tar.gz::https://crates.io/api/v1/crates/sigi/3.1.1/download
- sha256sums = 6d063ff4763e7f6925f0ca85563c2e7008e18983d66051361122d1f477bfd77d
+ source = sigi-3.2.1.tar.gz::https://crates.io/api/v1/crates/sigi/3.2.1/download
+ sha256sums = 6a230b8aaae39efb1df133c50702b7e1171848319d399ce6362302ff0775b847
pkgname = sigi
diff --git a/PKGBUILD b/PKGBUILD
index a036631bf3e9..bde5a428b10c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: J.R. Hill <hiljusti@so.dang.cool>
pkgname="sigi"
-pkgver="3.1.1"
+pkgver="3.2.1"
pkgrel=1
pkgdesc="Organization CLI for people who hate organization"
arch=('x86_64' 'aarch54')
@@ -8,7 +8,7 @@ url="https://github.com/hiljusti/sigi"
license=('GPL-2.0-only')
makedepends=('cargo')
source=("$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/sigi/$pkgver/download")
-sha256sums=('6d063ff4763e7f6925f0ca85563c2e7008e18983d66051361122d1f477bfd77d')
+sha256sums=('6a230b8aaae39efb1df133c50702b7e1171848319d399ce6362302ff0775b847')
build() {
cd "$pkgname-$pkgver"