summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2019-11-03 12:29:49 +0100
committerSimon Legner2019-11-03 12:32:29 +0100
commit4ec217d294b4c5221fd1f85074246d010fdb1140 (patch)
tree5062d7aea6e822b3e149617d0a65f442748449ed
parente7de449bffadbdb2ca90389fcdb023aa0103d2b9 (diff)
downloadaur-4ec217d294b4c5221fd1f85074246d010fdb1140.tar.gz
upgpkg: aur-out-of-date 2.2.0-1
upstream release upgpkg: aur-out-of-date 2.2.0-1 upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0fcc9368b01..a5fec25db0ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = aur-out-of-date
pkgdesc = Determines out-of-date AUR packages
- pkgver = 2.1.0
- pkgrel = 2
+ pkgver = 2.2.0
+ pkgrel = 1
url = https://github.com/simon04/aur-out-of-date
arch = x86_64
arch = i686
license = GPL
makedepends = go
makedepends = git
- source = aur-out-of-date-2.1.0.tar.gz::https://github.com/simon04/aur-out-of-date/archive/v2.1.0.tar.gz
- sha256sums = 0daefd0c85435fdcd915055c13d1acdfab3fff6a077c9d36a9964df6bfcf935a
+ source = aur-out-of-date-2.2.0.tar.gz::https://github.com/simon04/aur-out-of-date/archive/v2.2.0.tar.gz
+ sha256sums = d646ae80567b5d8e204fe9444b0edb3a29ecf4950c525535e6e8805a0cd7f6b0
pkgname = aur-out-of-date
diff --git a/PKGBUILD b/PKGBUILD
index 963aeb3cc970..c84d0edfdbf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
pkgname=aur-out-of-date
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.2.0
+pkgrel=1
pkgdesc="Determines out-of-date AUR packages"
arch=('x86_64' 'i686')
url="https://github.com/simon04/aur-out-of-date"
@@ -32,4 +32,4 @@ package() {
install -Dm755 "$pkgname" "$pkgdir/usr/bin/aur-out-of-date"
}
-sha256sums=('0daefd0c85435fdcd915055c13d1acdfab3fff6a077c9d36a9964df6bfcf935a')
+sha256sums=('d646ae80567b5d8e204fe9444b0edb3a29ecf4950c525535e6e8805a0cd7f6b0')