summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortommy2018-01-11 01:05:11 +0000
committertommy2018-01-11 01:05:11 +0000
commit1a4848ba1053e2c3a7bfbf0dcf041871e08bbe7b (patch)
tree70cdfb628ebaf203417e866d51bbec77ee435eeb
parent0bfd67ebee450ba789b5c3d60f09ac9a29e1d969 (diff)
downloadaur-1a4848ba1053e2c3a7bfbf0dcf041871e08bbe7b.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 62a698dd6de8..4fff42d0bb09 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.5.67
+ pkgver = 1.3.5.68
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.5-67-linux64.tar.gz
+ source_x86_64 = https://github.com/zyedidia/micro/releases/download/nightly/micro-1.3.5-dev.68-linux64.tar.gz
sha256sums_x86_64 = SKIP
- source_i686 = https://github.com/zyedidia/micro/releases/download/nightly/micro-1.3.5-67-linux32.tar.gz
+ source_i686 = https://github.com/zyedidia/micro/releases/download/nightly/micro-1.3.5-dev.68-linux32.tar.gz
sha256sums_i686 = SKIP
pkgname = micro-nightly-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6c71c8e8b99d..42060921cd40 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.5.67
+pkgver=1.3.5.68
pkgrel=1
-_hash="1.3.5-67"
+_hash="1.3.5-dev.68"
pkgdesc="A modern and intuitive terminal-based text editor"
arch=('x86_64' 'i686')
url="https://github.com/zyedidia/micro"