summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsukso961002016-10-26 22:48:38 +0900
committersukso961002016-10-26 22:48:38 +0900
commit927cae6508b6fe4dbf4871ce67e8386fdc673990 (patch)
treefb3a6110bc39026bee355a45969581979c95d8c2
parent00b9067e47e7abf011553c0bc8382b021bbee62a (diff)
downloadaur-927cae6508b6fe4dbf4871ce67e8386fdc673990.tar.gz
updated version
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d10f47f9975..4ac21995c036 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Oct 16 07:00:19 UTC 2016
+# Wed Oct 26 13:48:28 UTC 2016
pkgbase = micro
pkgdesc = A modern and intuitive terminal-based text editor
- pkgver = 1.1.1
+ pkgver = 1.1.2
pkgrel = 1
url = https://github.com/zyedidia/micro
arch = x86_64
@@ -10,10 +10,10 @@ pkgbase = micro
license = MIT
optdepends = xclip: Required for copying/pasting text
conflicts = micro-git
- source_x86_64 = https://github.com/zyedidia/micro/releases/download/v1.1.1/micro-1.1.1-linux64.tar.gz
- sha256sums_x86_64 = 6a6a6840507068619eccc03f1a04f3164e0ac5309c8b4928dd893c0aa3e7e604
- source_i686 = https://github.com/zyedidia/micro/releases/download/v1.1.1/micro-1.1.1-linux32.tar.gz
- sha256sums_i686 = 747e6a718f0d5d3f0f83f820163bcd5ab17787ed42b67aae05f22c6672a40865
+ source_x86_64 = https://github.com/zyedidia/micro/releases/download/v1.1.2/micro-1.1.2-linux64.tar.gz
+ sha256sums_x86_64 = b69f933f6f14eb72f9b0fe993472b420fb140f59d022eb9db1be05a9b029110e
+ source_i686 = https://github.com/zyedidia/micro/releases/download/v1.1.2/micro-1.1.2-linux32.tar.gz
+ sha256sums_i686 = c2198bf084a2c5f0d71cd0369c222d5443c45a53763cd1cd9860ad062df8a515
pkgname = micro
diff --git a/PKGBUILD b/PKGBUILD
index 55a5dd9368f8..f5e9fbdbbe38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Youngbin Han <sukso96100@gmail.com>
# Contributor: blainester <theblainestory@gmail.com>
pkgname=micro
-pkgver=1.1.1
+pkgver=1.1.2
pkgrel=1
pkgdesc="A modern and intuitive terminal-based text editor"
arch=('x86_64' 'i686')
@@ -13,8 +13,8 @@ conflicts=("micro-git")
source_x86_64=("https://github.com/zyedidia/micro/releases/download/v${pkgver}/micro-${pkgver}-linux64.tar.gz")
source_i686=("https://github.com/zyedidia/micro/releases/download/v${pkgver}/micro-${pkgver}-linux32.tar.gz")
-sha256sums_x86_64=('6a6a6840507068619eccc03f1a04f3164e0ac5309c8b4928dd893c0aa3e7e604')
-sha256sums_i686=('747e6a718f0d5d3f0f83f820163bcd5ab17787ed42b67aae05f22c6672a40865')
+sha256sums_x86_64=('b69f933f6f14eb72f9b0fe993472b420fb140f59d022eb9db1be05a9b029110e')
+sha256sums_i686=('c2198bf084a2c5f0d71cd0369c222d5443c45a53763cd1cd9860ad062df8a515')
package(){
install -Dm755 "${srcdir}/${pkgname}-${pkgver}/micro" "${pkgdir}/usr/bin/micro"