summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 68e2fa4c0405..4f607b7c0c29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Julien Nicoulaud <julien dot nicoulaud at gmail dot com>
pkgname=cuppa
-pkgver=1.0.4
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
pkgdesc="Comprehensive Upstream Provider Polling Assistant."
arch=('i686' 'x86_64')
url="https://github.com/DataDrake/cuppa"
@@ -11,7 +11,7 @@ makedepends=('go-pie' 'make' 'git')
provides=("${pkgname}")
conflicts=("${pkgname}-git")
source=("https://github.com/DataDrake/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('4128f979856d2c16a07b0f5a103a1ebfb492c28931705257e2ed1918444bc26d')
+sha256sums=('09afd907209ec90b5a566a487ec1c77dea1545b3eb1f8b6a976e61489329f31b')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"