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 e3ff485c8b0b..4cfef1752d3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = blinky
pkgdesc = AUR-helper with minimal hassle
- pkgver = 0.9.1
+ pkgver = 0.9.2
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.9.1.tar.gz
- sha256sums = 4ec9344f38afc969f2e551541cd01ae17e88efc9a9e5da18c08eed0e50cdcb63
+ source = https://github.com/cherti/blinky/archive/v0.9.2.tar.gz
+ sha256sums = 5a1b6268eba44500a32afb7d611f03b303692d02776a6acaf8c640ade57d04cd
pkgname = blinky
diff --git a/PKGBUILD b/PKGBUILD
index 769b3eba404d..c472eb7d49ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonas 'cherti' Große Sundrup <aur@letopolis.de>
pkgname=blinky
-pkgver=0.9.1
+pkgver=0.9.2
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.9.1.tar.gz')
-sha256sums=('4ec9344f38afc969f2e551541cd01ae17e88efc9a9e5da18c08eed0e50cdcb63')
+source=('https://github.com/cherti/blinky/archive/v0.9.2.tar.gz')
+sha256sums=('5a1b6268eba44500a32afb7d611f03b303692d02776a6acaf8c640ade57d04cd')
package() {
cd "$srcdir/$pkgname-$pkgver"