summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornycko1232017-11-25 08:11:26 +0100
committernycko1232017-11-25 08:11:26 +0100
commit3ed2b6a9612401c9c7b89137b5468c59348df3aa (patch)
treef56752dc5a2884895f734b1ad1116365b8e5efb5 /PKGBUILD
parent70a42199c140b48402a868958915237cebc09af7 (diff)
downloadaur-3ed2b6a9612401c9c7b89137b5468c59348df3aa.tar.gz
new version 1.3.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc45796b978e..7062e27feedc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Previous Maintainer: Youngbin Han <sukso96100 at gmail com>
# Previous Contributor: blainester <theblainestory at gmail com>
pkgname=micro-bin
-pkgver=1.3.3
-pkgrel=2
+pkgver=1.3.4
+pkgrel=1
pkgdesc="A modern and intuitive terminal-based text editor"
arch=('x86_64' 'i686')
url="https://github.com/zyedidia/micro"
@@ -16,8 +16,8 @@ provides=('micro')
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=('329f746e4ee9edf244618dda4208b638fda34c593d5cd96d8f71dc3b53e3d994')
-sha256sums_i686=('7600666ae08a878c40efa2448fce03a042a18132a2a7f27e134502d36065193d')
+sha256sums_x86_64=('5b682ea5274e5bf0875a92aad1843af3a452cf9b4a0413efc66e7b6c305c8149')
+sha256sums_i686=('7f8d4c1b7db1cdaa425f0094c66594c829e1f181e4c28893e6c2f68013ebcacb')
package(){
install -Dm755 "${srcdir}/micro-${pkgver}/micro" "${pkgdir}/usr/bin/micro"