summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsukso961002017-02-15 20:25:04 +0900
committersukso961002017-02-15 20:25:04 +0900
commitaefe5b5acc4b2f9b41499def28bb2b6f48338895 (patch)
treee3392827baa2f7a84b8d61cf9213b4eb4fe6a17f
parent53a6af8014c735fd11c6d885cdbb10d4619f8462 (diff)
downloadaur-aefe5b5acc4b2f9b41499def28bb2b6f48338895.tar.gz
Version 1.1.4
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f284f71e57cb..7b3b1c0217ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Dec 10 13:24:05 UTC 2016
+# Wed Feb 15 11:24:57 UTC 2017
pkgbase = micro
pkgdesc = A modern and intuitive terminal-based text editor
- pkgver = 1.1.3
+ pkgver = 1.1.4
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.3/micro-1.1.3-linux64.tar.gz
- sha256sums_x86_64 = 80b76c7400970d778fd035201c57c223c212a52c1f85ac90a20c19622ed469f6
- source_i686 = https://github.com/zyedidia/micro/releases/download/v1.1.3/micro-1.1.3-linux32.tar.gz
- sha256sums_i686 = 243886ba707aad421de415f6d7c9a52888e5a7a8420bfd647b4053750a5912cf
+ source_x86_64 = https://github.com/zyedidia/micro/releases/download/v1.1.4/micro-1.1.4-linux64.tar.gz
+ sha256sums_x86_64 = ff4c36c1897c08f3fe9af6e4baaa47d948ab7efc268ee2095a7f33a0f24a0f83
+ source_i686 = https://github.com/zyedidia/micro/releases/download/v1.1.4/micro-1.1.4-linux32.tar.gz
+ sha256sums_i686 = 086aa1d476de96f72abb5b59c7123b0422f5d8df37d644d1039d7c3cb716a8f4
pkgname = micro
diff --git a/PKGBUILD b/PKGBUILD
index 0b9f450c186c..ffac3260a537 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.3
+pkgver=1.1.4
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=('80b76c7400970d778fd035201c57c223c212a52c1f85ac90a20c19622ed469f6')
-sha256sums_i686=('243886ba707aad421de415f6d7c9a52888e5a7a8420bfd647b4053750a5912cf')
+sha256sums_x86_64=('ff4c36c1897c08f3fe9af6e4baaa47d948ab7efc268ee2095a7f33a0f24a0f83')
+sha256sums_i686=('086aa1d476de96f72abb5b59c7123b0422f5d8df37d644d1039d7c3cb716a8f4')
package(){
install -Dm755 "${srcdir}/${pkgname}-${pkgver}/micro" "${pkgdir}/usr/bin/micro"