summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsukso961002017-08-06 14:44:00 +0000
committersukso961002017-08-06 14:44:00 +0000
commit5927db3095a64ea1c66175986e3a59ff13130430 (patch)
tree3c07dfcedd77909839ff6d2836b5b6e3731520b6
parent8c3c734ba77b1c0051354dd4f4a6c577698c2213 (diff)
downloadaur-5927db3095a64ea1c66175986e3a59ff13130430.tar.gz
verison update
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60fa7d68b550..38d05dcd0ce6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jun 5 12:00:35 UTC 2017
+# Sun Aug 6 14:43:53 UTC 2017
pkgbase = micro
pkgdesc = A modern and intuitive terminal-based text editor
- pkgver = 1.2.0
+ pkgver = 1.3.0
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.2.0/micro-1.2.0-linux64.tar.gz
- sha256sums_x86_64 = 621f9e896a970223320a0cba69a0211940f475db801ddcbc45d7de56bc1881a7
- source_i686 = https://github.com/zyedidia/micro/releases/download/v1.2.0/micro-1.2.0-linux32.tar.gz
- sha256sums_i686 = 341ecca91ce83c5585f260a12e9b294a1957f546cb8c637a51d47abfdd8ae836
+ 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
pkgname = micro
diff --git a/PKGBUILD b/PKGBUILD
index 0d64771db1bb..c12dfb2f172b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: blainester <theblainestory@gmail.com>
# Contributor: nycko <email address unknown>
pkgname=micro
-pkgver=1.2.0
+pkgver=1.3.0
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=('621f9e896a970223320a0cba69a0211940f475db801ddcbc45d7de56bc1881a7')
-sha256sums_i686=('341ecca91ce83c5585f260a12e9b294a1957f546cb8c637a51d47abfdd8ae836')
+sha256sums_x86_64=('939775c42251c6ba24c383f7c30940a85e29463f8df43c3d2b5228b1f9aa2d69')
+sha256sums_i686=('02b1f1b30372e64a0ab5cb279ffa22de9427fc9d85aa2f19de0718a203086a57')
package(){
install -Dm755 "${srcdir}/${pkgname}-${pkgver}/micro" "${pkgdir}/usr/bin/micro"