summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortommy2017-11-23 23:14:37 +0000
committertommy2017-11-23 23:14:37 +0000
commitf449ef32c7b570d842e8cf9624574612e4933880 (patch)
tree8892289555111dc4c09e5a2ddb08d890c48de654
parent33eba2619e58d89ec509b91a691389ecf5b5caa2 (diff)
downloadaur-f449ef32c7b570d842e8cf9624574612e4933880.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 aafdb7392fce..418366fd9b2b 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.4-dev.95-linux64.tar.gz
+ source_x86_64 = https://github.com/zyedidia/micro/releases/download/nightly/micro-1.3.4-95-linux64.tar.gz
sha256sums_x86_64 = SKIP
- source_i686 = https://github.com/zyedidia/micro/releases/download/nightly/micro-1.3.4-dev.95-linux32.tar.gz
+ source_i686 = https://github.com/zyedidia/micro/releases/download/nightly/micro-1.3.4-95-linux32.tar.gz
sha256sums_i686 = SKIP
pkgname = micro-nightly-bin
diff --git a/PKGBUILD b/PKGBUILD
index c7e68f48d837..b3d106253a95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=micro-nightly-bin
pkgver=1.3.4.95
pkgrel=1
-_hash="1.3.4-dev.95"
+_hash="1.3.4-95"
pkgdesc="A modern and intuitive terminal-based text editor"
arch=('x86_64' 'i686')
url="https://github.com/zyedidia/micro"