summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortommy2017-12-12 03:05:58 +0000
committertommy2017-12-12 03:05:58 +0000
commitc2c4ab37a04b22d5f6c7b83472c93f0fc66656b7 (patch)
tree08360bf4eb515aa9763693d3a70880ac491341a8
parent066cb79f6f4874e7fec3a4a49e2f7be674d5da10 (diff)
downloadaur-c2c4ab37a04b22d5f6c7b83472c93f0fc66656b7.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 5d5aa70e868f..df1cdc5784f0 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.18-linux64.tar.gz
+ source_x86_64 = https://github.com/zyedidia/micro/releases/download/nightly/micro-1.3.5-18-linux64.tar.gz
sha256sums_x86_64 = SKIP
- source_i686 = https://github.com/zyedidia/micro/releases/download/nightly/micro-1.3.5-dev.18-linux32.tar.gz
+ source_i686 = https://github.com/zyedidia/micro/releases/download/nightly/micro-1.3.5-18-linux32.tar.gz
sha256sums_i686 = SKIP
pkgname = micro-nightly-bin
diff --git a/PKGBUILD b/PKGBUILD
index a1c7aabd7d4e..2121d191e1f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=micro-nightly-bin
pkgver=1.3.5.18
pkgrel=1
-_hash="1.3.5-dev.18"
+_hash="1.3.5-18"
pkgdesc="A modern and intuitive terminal-based text editor"
arch=('x86_64' 'i686')
url="https://github.com/zyedidia/micro"