summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortommy2018-01-16 08:57:11 +0000
committertommy2018-01-16 08:57:11 +0000
commitf8f5dc8961c7f64b991d5b1b6b8b6a57956ec191 (patch)
tree4db5afe3369095f790632c525edbb8b7c7c64cc4
parentea4843532dc537d02dade1869a847d829f975156 (diff)
downloadaur-f8f5dc8961c7f64b991d5b1b6b8b6a57956ec191.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 0f791ae520ba..d915246ea7ef 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.69-linux64.tar.gz
+ source_x86_64 = https://github.com/zyedidia/micro/releases/download/nightly/micro-1.3.5-69-linux64.tar.gz
sha256sums_x86_64 = SKIP
- source_i686 = https://github.com/zyedidia/micro/releases/download/nightly/micro-1.3.5-dev.69-linux32.tar.gz
+ source_i686 = https://github.com/zyedidia/micro/releases/download/nightly/micro-1.3.5-69-linux32.tar.gz
sha256sums_i686 = SKIP
pkgname = micro-nightly-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5eaa286bad17..0e03cde93837 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=micro-nightly-bin
pkgver=1.3.5.69
pkgrel=1
-_hash="1.3.5-dev.69"
+_hash="1.3.5-69"
pkgdesc="A modern and intuitive terminal-based text editor"
arch=('x86_64' 'i686')
url="https://github.com/zyedidia/micro"