summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorge Javier Araya Navarro2021-05-25 12:39:44 -0600
committerJorge Javier Araya Navarro2021-05-25 12:39:44 -0600
commitbba5652e72764b83f2366480fce2d6648c8241bf (patch)
treefbd93dca29b466e1fbb7b57ba5a227e1e3270d1b
parent7353b4fc4804e82b194e7bf9a4a2ac46539dbd14 (diff)
downloadaur-bba5652e72764b83f2366480fce2d6648c8241bf.tar.gz
Update pkgver to 2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 588657540aa2..4737f7aa4867 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = goimapnotify
pkgdesc = Execute scripts on IMAP mailbox changes (new/deleted/updated messages) using IDLE, golang version.
- pkgver = 2.1.1
+ pkgver = 2.3
pkgrel = 1
url = https://gitlab.com/shackra/goimapnotify
arch = i686
@@ -9,8 +9,8 @@ pkgbase = goimapnotify
makedepends = go
options = !strip
options = !emptydirs
- source = https://gitlab.com/shackra/goimapnotify/-/archive/2.1.1/goimapnotify-2.1.1.zip
- sha256sums = cb2cf936fa1e9697d49aa4ea88363d119df33c0996a037be902db030255e2c09
+ source = https://gitlab.com/shackra/goimapnotify/-/archive/2.3/goimapnotify-2.3.zip
+ sha256sums = 4772ac027ea2cdd5299abc96ab77e43616db97c0e3e2dfe1bf80a9ed63dffec0
pkgname = goimapnotify
diff --git a/PKGBUILD b/PKGBUILD
index 818c29b1763d..d670dc769fc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jorge Araya Navarro <jorge@esavara.cr>
pkgname=goimapnotify
-pkgver=2.1.1
+pkgver=2.3
pkgrel=1
pkgdesc="Execute scripts on IMAP mailbox changes (new/deleted/updated messages) using IDLE, golang version."
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ license=('GPL')
makedepends=('go')
options=('!strip' '!emptydirs')
source=("https://gitlab.com/shackra/goimapnotify/-/archive/${pkgver}/goimapnotify-${pkgver}.zip")
-sha256sums=('2d50a94a5ccd3f6e2e660c7867091886a17e33bc6c3946912df4b973a4de0fd3')
+sha256sums=('4772ac027ea2cdd5299abc96ab77e43616db97c0e3e2dfe1bf80a9ed63dffec0')
build() {
cd "$pkgname-$pkgver"