summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsukso961002017-09-08 00:47:15 +0000
committersukso961002017-09-08 00:47:15 +0000
commitd318cf7edfc3366f9d96c4e9b15d4815360051af (patch)
tree9b9cffd8779d72d27b45b266a06969ff16aa31e0
parent5927db3095a64ea1c66175986e3a59ff13130430 (diff)
downloadaur-d318cf7edfc3366f9d96c4e9b15d4815360051af.tar.gz
update
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38d05dcd0ce6..2acfef64b559 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Aug 6 14:43:53 UTC 2017
+# Fri Sep 8 00:47:08 UTC 2017
pkgbase = micro
pkgdesc = A modern and intuitive terminal-based text editor
- pkgver = 1.3.0
+ pkgver = 1.3.1
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.3.0/micro-1.3.0-linux64.tar.gz
- sha256sums_x86_64 = 939775c42251c6ba24c383f7c30940a85e29463f8df43c3d2b5228b1f9aa2d69
- source_i686 = https://github.com/zyedidia/micro/releases/download/v1.3.0/micro-1.3.0-linux32.tar.gz
- sha256sums_i686 = 02b1f1b30372e64a0ab5cb279ffa22de9427fc9d85aa2f19de0718a203086a57
+ source_x86_64 = https://github.com/zyedidia/micro/releases/download/v1.3.1/micro-1.3.1-linux64.tar.gz
+ sha256sums_x86_64 = 4c55d43eb6f0277a07d075d29cdd468c7bc932b4864eacc673e141eba578b53c
+ source_i686 = https://github.com/zyedidia/micro/releases/download/v1.3.1/micro-1.3.1-linux32.tar.gz
+ sha256sums_i686 = 8e3cb24715fecf35a4e3e51fa0b083576d10e1483b3e651bde4d37831984e576
pkgname = micro
diff --git a/PKGBUILD b/PKGBUILD
index c12dfb2f172b..dfd85b36ed61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: blainester <theblainestory@gmail.com>
# Contributor: nycko <email address unknown>
pkgname=micro
-pkgver=1.3.0
+pkgver=1.3.1
pkgrel=1
pkgdesc="A modern and intuitive terminal-based text editor"
arch=('x86_64' 'i686')
@@ -14,8 +14,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=('939775c42251c6ba24c383f7c30940a85e29463f8df43c3d2b5228b1f9aa2d69')
-sha256sums_i686=('02b1f1b30372e64a0ab5cb279ffa22de9427fc9d85aa2f19de0718a203086a57')
+sha256sums_x86_64=('4c55d43eb6f0277a07d075d29cdd468c7bc932b4864eacc673e141eba578b53c')
+sha256sums_i686=('8e3cb24715fecf35a4e3e51fa0b083576d10e1483b3e651bde4d37831984e576')
package(){
install -Dm755 "${srcdir}/${pkgname}-${pkgver}/micro" "${pkgdir}/usr/bin/micro"