summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsukso961002016-12-10 22:19:07 +0900
committersukso961002016-12-10 22:19:07 +0900
commitd7fe30fd78e5714bf21a2dc5db42052823426a92 (patch)
tree2f838740bdde96004303890aff4cc0f3e8780726
parent927cae6508b6fe4dbf4871ce67e8386fdc673990 (diff)
downloadaur-d7fe30fd78e5714bf21a2dc5db42052823426a92.tar.gz
Version 1.1.3
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ac21995c036..67cabcdc4db7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Oct 26 13:48:28 UTC 2016
+# Sat Dec 10 13:19:00 UTC 2016
pkgbase = micro
pkgdesc = A modern and intuitive terminal-based text editor
- pkgver = 1.1.2
+ pkgver = 1.1.3
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.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
+ source_x86_64 = https://github.com/zyedidia/micro/releases/download/v1.1.3/micro-1.1.3-linux64.tar.gz
+ sha256sums_x86_64 = 243886ba707aad421de415f6d7c9a52888e5a7a8420bfd647b4053750a5912cf
+ source_i686 = https://github.com/zyedidia/micro/releases/download/v1.1.3/micro-1.1.3-linux32.tar.gz
+ sha256sums_i686 = 80b76c7400970d778fd035201c57c223c212a52c1f85ac90a20c19622ed469f6
pkgname = micro
diff --git a/PKGBUILD b/PKGBUILD
index f5e9fbdbbe38..e80f875e98ac 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.2
+pkgver=1.1.3
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=('b69f933f6f14eb72f9b0fe993472b420fb140f59d022eb9db1be05a9b029110e')
-sha256sums_i686=('c2198bf084a2c5f0d71cd0369c222d5443c45a53763cd1cd9860ad062df8a515')
+sha256sums_x86_64=('243886ba707aad421de415f6d7c9a52888e5a7a8420bfd647b4053750a5912cf')
+sha256sums_i686=('80b76c7400970d778fd035201c57c223c212a52c1f85ac90a20c19622ed469f6')
package(){
install -Dm755 "${srcdir}/${pkgname}-${pkgver}/micro" "${pkgdir}/usr/bin/micro"