summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-12-16 07:47:00 -0500
committerAndrew Sun2019-12-16 07:47:00 -0500
commit2a670278bfdf25b36e02070bb30eba527db1b225 (patch)
treeca577a0eb64dcb5a3ea7c27bc5bbcbca624e1271
parent43855d11273448be53434f158f4138a60808289d (diff)
downloadaur-2a670278bfdf25b36e02070bb30eba527db1b225.tar.gz
mcfly: update to 0.3.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f626ce91c797..91ca52b7a1d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mcfly
pkgdesc = Fly through your shell history
- pkgver = 0.3.5
+ pkgver = 0.3.6
pkgrel = 1
url = https://github.com/cantino/mcfly
install = mcfly.install
@@ -10,8 +10,8 @@ pkgbase = mcfly
makedepends = rust
makedepends = cargo
depends = sh
- source = mcfly-0.3.5.tar.gz::https://github.com/cantino/mcfly/archive/v0.3.5.tar.gz
- sha256sums = c9ccd42d8c41944390245096b420ed29a8c3c2070fe8b15b952bdb53584f85df
+ source = mcfly-0.3.6.tar.gz::https://github.com/cantino/mcfly/archive/v0.3.6.tar.gz
+ sha256sums = 787f3db6cbfcfb74f3e33d22a2521ba95a3c949effc572bee5474c1327a3fe7a
pkgname = mcfly
diff --git a/PKGBUILD b/PKGBUILD
index 442784648142..6fb37a6681e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Bruce Zhang <zttt183525594 at gmail dot com>
pkgname=mcfly
-pkgver=0.3.5
+pkgver=0.3.6
pkgrel=1
pkgdesc="Fly through your shell history"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=('sh')
makedepends=('rust' 'cargo')
install=mcfly.install
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/cantino/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('c9ccd42d8c41944390245096b420ed29a8c3c2070fe8b15b952bdb53584f85df')
+sha256sums=('787f3db6cbfcfb74f3e33d22a2521ba95a3c949effc572bee5474c1327a3fe7a')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"