summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2018-06-14 08:36:22 +0200
committerSimon Legner2018-06-14 08:36:22 +0200
commite87a88694b732e07f0db96dcf75e3411c5ce8d81 (patch)
tree8e085cce0de9fcfb6b3f75daa425be7377bfd1cc
parenta61a4b17b4ff1b06b9c7a09762f441d981a4ad4f (diff)
downloadaur-e87a88694b732e07f0db96dcf75e3411c5ce8d81.tar.gz
Update to 1.4.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e360b17a8bd3..b6a58b7fc78a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = aur-out-of-date
pkgdesc = Determines out-of-date AUR packages
- pkgver = 1.3.0
- pkgrel = 2
+ pkgver = 1.4.0
+ pkgrel = 1
url = https://github.com/simon04/aur-out-of-date
arch = x86_64
arch = i686
@@ -9,8 +9,8 @@ pkgbase = aur-out-of-date
makedepends = go
makedepends = dep
makedepends = git
- source = aur-out-of-date-1.3.0.tar.gz::https://github.com/simon04/aur-out-of-date/archive/v1.3.0.tar.gz
- sha256sums = 7be5c86348f92f977edf38a65b46aedaf4bc01f9b298b477829411dceb9ff473
+ source = aur-out-of-date-1.4.0.tar.gz::https://github.com/simon04/aur-out-of-date/archive/v1.4.0.tar.gz
+ sha256sums = 48d1405aedf61bcc59c122dca34f970b47023b073fa08054d33ec49dc8a04701
pkgname = aur-out-of-date
diff --git a/PKGBUILD b/PKGBUILD
index 214d3c512303..d396019e16a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
pkgname=aur-out-of-date
-pkgver=1.3.0
-pkgrel=2
+pkgver=1.4.0
+pkgrel=1
pkgdesc="Determines out-of-date AUR packages"
arch=('x86_64' 'i686')
url="https://github.com/simon04/aur-out-of-date"
@@ -38,4 +38,4 @@ package() {
install -m755 "$pkgname" "$pkgdir/usr/bin/aur-out-of-date"
}
-sha256sums=('7be5c86348f92f977edf38a65b46aedaf4bc01f9b298b477829411dceb9ff473')
+sha256sums=('48d1405aedf61bcc59c122dca34f970b47023b073fa08054d33ec49dc8a04701')