summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortommy2017-12-02 03:05:37 +0000
committertommy2017-12-02 03:05:37 +0000
commitde5cf3b8d3363e45b817b105e9b9abb0c3ae4869 (patch)
tree9a2b283082e3aa73a0c49c233fc91abe1650edfc
parent4e55c49588702c83eac79430b8ec76c8c93e30cf (diff)
downloadaur-de5cf3b8d3363e45b817b105e9b9abb0c3ae4869.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 f70c600fa93c..71e24b2b8881 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.3-linux64.tar.gz
+ source_x86_64 = https://github.com/zyedidia/micro/releases/download/nightly/micro-1.3.5-3-linux64.tar.gz
sha256sums_x86_64 = SKIP
- source_i686 = https://github.com/zyedidia/micro/releases/download/nightly/micro-1.3.5-dev.3-linux32.tar.gz
+ source_i686 = https://github.com/zyedidia/micro/releases/download/nightly/micro-1.3.5-3-linux32.tar.gz
sha256sums_i686 = SKIP
pkgname = micro-nightly-bin
diff --git a/PKGBUILD b/PKGBUILD
index 790429cf1a36..fd60906c6d5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=micro-nightly-bin
pkgver=1.3.5.3
pkgrel=1
-_hash="1.3.5-dev.3"
+_hash="1.3.5-3"
pkgdesc="A modern and intuitive terminal-based text editor"
arch=('x86_64' 'i686')
url="https://github.com/zyedidia/micro"