summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornycko1232020-05-25 16:56:28 +0200
committernycko1232020-05-25 16:56:28 +0200
commit83e2abe7e340e0d898269dede4b6747ddf84a2ec (patch)
treea6fcbe97ff742b5a6467d279df6807eb13d97cd6
parentccbeece1c50f7964f6ffd757e4cf7664dbc36280 (diff)
downloadaur-83e2abe7e340e0d898269dede4b6747ddf84a2ec.tar.gz
2.0.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91aaa85fcd17..fd675dcd5c8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = micro-bin
pkgdesc = A modern and intuitive terminal-based text editor
- pkgver = 2.0.3
+ pkgver = 2.0.4
pkgrel = 1
url = https://github.com/zyedidia/micro
arch = x86_64
@@ -11,10 +11,10 @@ pkgbase = micro-bin
conflicts = micro-git
conflicts = micro
conflicts = micro-nightly-bin
- source_x86_64 = https://github.com/zyedidia/micro/releases/download/v2.0.3/micro-2.0.3-linux64.tar.gz
- sha256sums_x86_64 = bf078e88e47e4717cad6e1728f8f1e711ace973714f6b79e524836781f42ace9
- source_i686 = https://github.com/zyedidia/micro/releases/download/v2.0.3/micro-2.0.3-linux32.tar.gz
- sha256sums_i686 = 3ed577adfb0ba46d63446ed222c688926075b2851d8d8a15ea7524c189d2bd5e
+ source_x86_64 = https://github.com/zyedidia/micro/releases/download/v2.0.4/micro-2.0.4-linux64.tar.gz
+ sha256sums_x86_64 = 3a70702dc7c1d96e41196ff09dfdd446bcbe803255fa95a05c96b2e141a358a8
+ source_i686 = https://github.com/zyedidia/micro/releases/download/v2.0.4/micro-2.0.4-linux32.tar.gz
+ sha256sums_i686 = b2ad766c0341a29f7d6fc6e98ae25dcbab95dfce7d34f2b557561d677611e474
pkgname = micro-bin
diff --git a/PKGBUILD b/PKGBUILD
index 53d7996ca2e6..ca23bedcc196 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Previous Maintainer (27.04.2016 - 15.10.2017): Youngbin Han <sukso96100 at gmail com>
# Previous Contributor: blainester <theblainestory at gmail com>
pkgname=micro-bin
-pkgver=2.0.3
+pkgver=2.0.4
pkgrel=1
pkgdesc="A modern and intuitive terminal-based text editor"
arch=('x86_64' 'i686')
@@ -17,8 +17,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=('bf078e88e47e4717cad6e1728f8f1e711ace973714f6b79e524836781f42ace9')
-sha256sums_i686=('3ed577adfb0ba46d63446ed222c688926075b2851d8d8a15ea7524c189d2bd5e')
+sha256sums_x86_64=('3a70702dc7c1d96e41196ff09dfdd446bcbe803255fa95a05c96b2e141a358a8')
+sha256sums_i686=('b2ad766c0341a29f7d6fc6e98ae25dcbab95dfce7d34f2b557561d677611e474')
package(){
install -Dm755 "${srcdir}/${pkgname%-*}-${pkgver}/${pkgname%-*}" "${pkgdir}/usr/bin/${pkgname%-*}"