summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortommy2017-12-16 03:06:20 +0000
committertommy2017-12-16 03:06:20 +0000
commitad4d16e1b202bbfc54227e0bb46fe75b38144b45 (patch)
treea25c1452efdd69022d01a1b783b3064faf00f7d0
parent34980d10525285928eaf2c854b046e79a378ba4c (diff)
downloadaur-ad4d16e1b202bbfc54227e0bb46fe75b38144b45.tar.gz
micro edtior - nightly update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c36882ab6ed..59583e14f7f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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-dev.20-linux64.tar.gz
+ source_x86_64 = https://github.com/zyedidia/micro/releases/download/nightly/micro-1.3.5-20-linux64.tar.gz
sha256sums_x86_64 = SKIP
- source_i686 = https://github.com/zyedidia/micro/releases/download/nightly/micro-1.3.5-dev.20-linux32.tar.gz
+ source_i686 = https://github.com/zyedidia/micro/releases/download/nightly/micro-1.3.5-20-linux32.tar.gz
sha256sums_i686 = SKIP
pkgname = micro-nightly-bin
diff --git a/PKGBUILD b/PKGBUILD
index a7e3da871820..fe724cb30de9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=micro-nightly-bin
pkgver=1.3.5.20
pkgrel=1
-_hash="1.3.5-dev.20"
+_hash="1.3.5-20"
pkgdesc="A modern and intuitive terminal-based text editor"
arch=('x86_64' 'i686')
url="https://github.com/zyedidia/micro"