summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAidan Harris (Jenkins)2017-09-01 09:36:39 +0100
committerAidan Harris (Jenkins)2017-09-01 09:36:39 +0100
commit5309bf8abb464aea4e31412ae1b38c7b09b968d7 (patch)
tree4760f050ddf164189e071a49c8dd6230dfd18e9b
parent9ada9e8faaf1aced40b71022423c71be0757328a (diff)
downloadaur-jumpfm-bin.tar.gz
Bump Version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ce5c9f9b397..cb31ed00eafc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jumpfm-bin
pkgdesc = A file manager that lets you jump
- pkgver = 1.0.4
+ pkgver = 1.0.5
pkgrel = 1
url = https://jumpfm.org/
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = jumpfm-bin
makedepends = curl
provides = jumpfm
conflicts = jumpfm
- source = https://github.com/JumpFm/jumpfm/releases/download/v1.0.4/jumpfm-1.0.4-x86_64.AppImage
+ source = https://github.com/JumpFm/jumpfm/releases/download/v1.0.5/jumpfm-1.0.5-x86_64.AppImage
sha512sums = SKIP
pkgname = jumpfm-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5b5602a76677..b42aeb82931d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=jumpfm-bin
_json=$(curl -s -L https://api.github.com/repos/Gilad-Kutiel-App/jumpfm/releases/latest | jq '.')
-pkgver=1.0.4
+pkgver=1.0.5
pkgrel=1
pkgdesc='A file manager that lets you jump'
arch=(x86_64)