summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortommy2018-01-12 03:05:58 +0000
committertommy2018-01-12 03:05:58 +0000
commit66b9b9d301e62cdb541f5da0934f193cfa83ca28 (patch)
tree670a6aeccdee4dcd0b27b98c04ab9429ae3c266a
parent1a4848ba1053e2c3a7bfbf0dcf041871e08bbe7b (diff)
downloadaur-66b9b9d301e62cdb541f5da0934f193cfa83ca28.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 4fff42d0bb09..9b6a12cd9385 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.68-linux64.tar.gz
+ source_x86_64 = https://github.com/zyedidia/micro/releases/download/nightly/micro-1.3.5-68-linux64.tar.gz
sha256sums_x86_64 = SKIP
- source_i686 = https://github.com/zyedidia/micro/releases/download/nightly/micro-1.3.5-dev.68-linux32.tar.gz
+ source_i686 = https://github.com/zyedidia/micro/releases/download/nightly/micro-1.3.5-68-linux32.tar.gz
sha256sums_i686 = SKIP
pkgname = micro-nightly-bin
diff --git a/PKGBUILD b/PKGBUILD
index 42060921cd40..bc2d638c6135 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=micro-nightly-bin
pkgver=1.3.5.68
pkgrel=1
-_hash="1.3.5-dev.68"
+_hash="1.3.5-68"
pkgdesc="A modern and intuitive terminal-based text editor"
arch=('x86_64' 'i686')
url="https://github.com/zyedidia/micro"