summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortommy2017-11-24 03:05:37 +0000
committertommy2017-11-24 03:05:37 +0000
commitab5353bf84fcafb799747b66f5dd665deb288306 (patch)
tree9bc3ebce1038e6549ef2550633a71bee577f7134
parentf449ef32c7b570d842e8cf9624574612e4933880 (diff)
downloadaur-ab5353bf84fcafb799747b66f5dd665deb288306.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 418366fd9b2b..94b87ed1bd8f 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 = 1.3.4.95
+ pkgver = 1.3.4.97
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-95-linux64.tar.gz
+ source_x86_64 = https://github.com/zyedidia/micro/releases/download/nightly/micro-1.3.4-dev.97-linux64.tar.gz
sha256sums_x86_64 = SKIP
- source_i686 = https://github.com/zyedidia/micro/releases/download/nightly/micro-1.3.4-95-linux32.tar.gz
+ source_i686 = https://github.com/zyedidia/micro/releases/download/nightly/micro-1.3.4-dev.97-linux32.tar.gz
sha256sums_i686 = SKIP
pkgname = micro-nightly-bin
diff --git a/PKGBUILD b/PKGBUILD
index b3d106253a95..441dd4405dad 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=1.3.4.95
+pkgver=1.3.4.97
pkgrel=1
-_hash="1.3.4-95"
+_hash="1.3.4-dev.97"
pkgdesc="A modern and intuitive terminal-based text editor"
arch=('x86_64' 'i686')
url="https://github.com/zyedidia/micro"