summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsukso961002017-10-15 03:17:52 +0000
committersukso961002017-10-15 03:17:52 +0000
commit3473ea83631651c9e78fe6021708ce880274a048 (patch)
treeabc9134f08c2de8ccb7dd22208cc8b7232a89c20
parentd318cf7edfc3366f9d96c4e9b15d4815360051af (diff)
downloadaur-3473ea83631651c9e78fe6021708ce880274a048.tar.gz
version update
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2acfef64b559..caef070aeaba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Sep 8 00:47:08 UTC 2017
+# Sun Oct 15 03:17:11 UTC 2017
pkgbase = micro
pkgdesc = A modern and intuitive terminal-based text editor
- pkgver = 1.3.1
+ pkgver = 1.3.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.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
+ source_x86_64 = https://github.com/zyedidia/micro/releases/download/v1.3.3/micro-1.3.3-linux64.tar.gz
+ sha256sums_x86_64 = 329f746e4ee9edf244618dda4208b638fda34c593d5cd96d8f71dc3b53e3d994
+ source_i686 = https://github.com/zyedidia/micro/releases/download/v1.3.3/micro-1.3.3-linux32.tar.gz
+ sha256sums_i686 = 7600666ae08a878c40efa2448fce03a042a18132a2a7f27e134502d36065193d
pkgname = micro
diff --git a/PKGBUILD b/PKGBUILD
index dfd85b36ed61..207b8675d266 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: blainester <theblainestory@gmail.com>
# Contributor: nycko <email address unknown>
pkgname=micro
-pkgver=1.3.1
+pkgver=1.3.3
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=('4c55d43eb6f0277a07d075d29cdd468c7bc932b4864eacc673e141eba578b53c')
-sha256sums_i686=('8e3cb24715fecf35a4e3e51fa0b083576d10e1483b3e651bde4d37831984e576')
+sha256sums_x86_64=('329f746e4ee9edf244618dda4208b638fda34c593d5cd96d8f71dc3b53e3d994')
+sha256sums_i686=('7600666ae08a878c40efa2448fce03a042a18132a2a7f27e134502d36065193d')
package(){
install -Dm755 "${srcdir}/${pkgname}-${pkgver}/micro" "${pkgdir}/usr/bin/micro"