summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 362a35de91c4..594e5344dcf1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = rover
pkgdesc = Simple file browser for the terminal.
- pkgver = 0.3.0
+ pkgver = 0.4.0
pkgrel = 1
url = https://github.com/lecram/rover
arch = i686
arch = x86_64
license = custom:Public Domain
depends = ncurses
- source = https://github.com/lecram/rover/archive/v0.3.0.tar.gz
- sha256sums = 4beb5b0e722c51cd47e0ec6c8591737251ec47f7882a53453a43e6924d673cb1
+ source = https://github.com/lecram/rover/archive/v0.4.0.tar.gz
+ sha256sums = f80c982cc7ebe873527f3725ec10a1288fecc8e5b5095d63415b6c261c10c2f4
pkgname = rover
diff --git a/PKGBUILD b/PKGBUILD
index c3cf6beea0ae..059db85dd743 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=rover
-pkgver=0.3.0
+pkgver=0.4.0
pkgrel=1
pkgdesc='Simple file browser for the terminal.'
arch=('i686' 'x86_64')
@@ -7,7 +7,7 @@ url='https://github.com/lecram/rover'
license=('custom:Public Domain')
depends=('ncurses')
source=("https://github.com/lecram/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('4beb5b0e722c51cd47e0ec6c8591737251ec47f7882a53453a43e6924d673cb1')
+sha256sums=('f80c982cc7ebe873527f3725ec10a1288fecc8e5b5095d63415b6c261c10c2f4')
build() {
cd "$pkgname-$pkgver"