summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2021-04-27 05:52:11 +0000
committerSimon Legner2021-04-27 05:52:11 +0000
commit5e517e5c7b01de05a8e7f6578ba1ceb0d5ed5a58 (patch)
tree5718b3bd4b0ac8557cc01b4b1c4e7e72ddd8aa92
parentc08532f82b5390cb231435d9951b369e02fbd1d1 (diff)
downloadaur-5e517e5c7b01de05a8e7f6578ba1ceb0d5ed5a58.tar.gz
upgpkg: aur-out-of-date 3.2.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6d06fd67098..8ddadeb7bb05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aur-out-of-date
pkgdesc = Determines out-of-date AUR packages
- pkgver = 3.1.0
+ pkgver = 3.2.0
pkgrel = 1
url = https://github.com/simon04/aur-out-of-date
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = aur-out-of-date
license = GPL
makedepends = go
makedepends = git
- source = aur-out-of-date-3.1.0.tar.gz::https://github.com/simon04/aur-out-of-date/archive/v3.1.0.tar.gz
- sha256sums = e65127638c411ebfe4c8d9929262f7147c399c9e85648c9eea3fd0495cdd1b67
+ source = aur-out-of-date-3.2.0.tar.gz::https://github.com/simon04/aur-out-of-date/archive/v3.2.0.tar.gz
+ sha256sums = d4d3f95cfcf3e9de0357ccb5c99524bb0f3b508cdcf5a42baa058305e0a8f4a8
pkgname = aur-out-of-date
diff --git a/PKGBUILD b/PKGBUILD
index c7604ec26e5a..1fe11e730ade 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
pkgname=aur-out-of-date
-pkgver=3.1.0
+pkgver=3.2.0
pkgrel=1
pkgdesc="Determines out-of-date AUR packages"
arch=('x86_64' 'i686')
@@ -32,4 +32,4 @@ package() {
install -Dm755 "$pkgname" "$pkgdir/usr/bin/aur-out-of-date"
}
-sha256sums=('e65127638c411ebfe4c8d9929262f7147c399c9e85648c9eea3fd0495cdd1b67')
+sha256sums=('d4d3f95cfcf3e9de0357ccb5c99524bb0f3b508cdcf5a42baa058305e0a8f4a8')