summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortommy2017-11-26 03:05:37 +0000
committertommy2017-11-26 03:05:37 +0000
commitaa6d20dc7671ac4863734d4efc1c14d0e9eee803 (patch)
tree6aa49b317423cd862126c09fd16d028bf733646d
parent3846c28d344031d234b43ec89de4f279951a3f71 (diff)
downloadaur-aa6d20dc7671ac4863734d4efc1c14d0e9eee803.tar.gz
micro edtior - nightly update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0662414b6c26..886e485328de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Auto generated file by makepkg --printsrcinfo > .SRCINFO
pkgbase = micro-nightly-bin
pkgdesc = A modern and intuitive terminal-based text editor
- pkgver = .4
+ pkgver = .5
pkgrel = 1
url = https://github.com/zyedidia/micro
arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = micro-nightly-bin
provides = micro
conflicts = micro-git
conflicts = micro
- source_x86_64 = https://github.com/zyedidia/micro/releases/download/nightly/micro-1.3.4-linux64.tar.gz
+ source_x86_64 = https://github.com/zyedidia/micro/releases/download/nightly/micro-1.3.5-linux64.tar.gz
sha256sums_x86_64 = SKIP
- source_i686 = https://github.com/zyedidia/micro/releases/download/nightly/micro-1.3.4-linux32.tar.gz
+ source_i686 = https://github.com/zyedidia/micro/releases/download/nightly/micro-1.3.5-linux32.tar.gz
sha256sums_i686 = SKIP
pkgname = micro-nightly-bin
diff --git a/PKGBUILD b/PKGBUILD
index 143b63ce13c1..d463585be4a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Previous Maintainer: Atnanasis <ys2000pro@gmail.com>
# Contributor: Youngbin Han <sukso96100@gmail.com>
pkgname=micro-nightly-bin
-pkgver=.4
+pkgver=.5
pkgrel=1
-_hash="1.3.4"
+_hash="1.3.5"
pkgdesc="A modern and intuitive terminal-based text editor"
arch=('x86_64' 'i686')
url="https://github.com/zyedidia/micro"