summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 301174603f02..a173928e0b51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = blinky
pkgdesc = AUR-helper with minimal hassle
- pkgver = 0.8
+ pkgver = 0.9
pkgrel = 1
url = https://github.com/cherti/blinky
arch = any
@@ -10,8 +10,8 @@ pkgbase = blinky
depends = python-requests
depends = python-termcolor
options = !emptydirs
- source = https://github.com/cherti/blinky/archive/v0.8.tar.gz
- sha256sums = 635305cb697bec97c40dbeb432eb3391030f2aa88f0a681819f089caa7006321
+ source = https://github.com/cherti/blinky/archive/v0.9.tar.gz
+ sha256sums = 67b708d5904d762ff0688bf0ddaac2ee0caa136577e2ac08d75113109d30e91c
pkgname = blinky
diff --git a/PKGBUILD b/PKGBUILD
index 1173f18abadc..63238258b91b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonas 'cherti' Große Sundrup <aur@letopolis.de>
pkgname=blinky
-pkgver=0.8
+pkgver=0.9
pkgrel=1
pkgdesc="AUR-helper with minimal hassle"
arch=(any)
@@ -9,8 +9,8 @@ url="https://github.com/cherti/blinky"
license=('GPLv3')
depends=('python' 'pyalpm' 'python-requests' 'python-termcolor')
options=(!emptydirs)
-source=('https://github.com/cherti/blinky/archive/v0.8.tar.gz')
-sha256sums=('635305cb697bec97c40dbeb432eb3391030f2aa88f0a681819f089caa7006321')
+source=('https://github.com/cherti/blinky/archive/v0.9.tar.gz')
+sha256sums=('67b708d5904d762ff0688bf0ddaac2ee0caa136577e2ac08d75113109d30e91c')
package() {
cd "$srcdir/$pkgname-$pkgver"