summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornycko1232020-06-25 08:34:44 +0200
committernycko1232020-06-25 08:34:44 +0200
commitd562cedd269dcd8dcaac3e02b8a8ddd823b94a8f (patch)
treeb4416fd0d80bcc2a06f2889a2e2713099660d169
parent62486fd51b30f918e8a44c72c5c02a2eb2ad0ba1 (diff)
downloadaur-d562cedd269dcd8dcaac3e02b8a8ddd823b94a8f.tar.gz
2.0.6
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed9617dbafde..ac7024c14bfb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = micro-bin
pkgdesc = A modern and intuitive terminal-based text editor
- pkgver = 2.0.5
- pkgrel = 3
+ pkgver = 2.0.6
+ pkgrel = 1
url = https://github.com/zyedidia/micro
arch = x86_64
arch = i686
@@ -17,10 +17,10 @@ pkgbase = micro-bin
sha256sums = e753edc9899152ab1c70926b8f096d0bdcd1efa9213dd27fcef2e0b85236153e
sha256sums = 3fd83fda3c2a6711edbc5e4158db5ba0898e8b59760d30f8e3bce7642e071be7
sha256sums = 88686fe20569951f401191c0cf232e1d4a915b549137127681b7b1c5a9c30a2b
- source_x86_64 = https://github.com/zyedidia/micro/releases/download/v2.0.5/micro-2.0.5-linux64.tar.gz
- sha256sums_x86_64 = 4f159a4b8a08c48559bd94b3aacdca9a6188af0f9919fec61e01dde44f0f4fa0
- source_i686 = https://github.com/zyedidia/micro/releases/download/v2.0.5/micro-2.0.5-linux32.tar.gz
- sha256sums_i686 = 6b60ca069e9b28d1d8ddb3d70a191bab8a588b5eb8903b1fab794789521bf37d
+ source_x86_64 = https://github.com/zyedidia/micro/releases/download/v2.0.6/micro-2.0.6-linux64.tar.gz
+ sha256sums_x86_64 = af330834fd2f6ce0ab11515f36d07658b8ec0e1959fcaea6f7e29d8ba49d4c87
+ source_i686 = https://github.com/zyedidia/micro/releases/download/v2.0.6/micro-2.0.6-linux32.tar.gz
+ sha256sums_i686 = a6db6c6a1dbefec939137b754e88741d47ffd9aa8e8ca3f94088eb6889f72590
pkgname = micro-bin
diff --git a/PKGBUILD b/PKGBUILD
index c12b603c0262..b5ad1f0f9067 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# 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.5
-pkgrel=3
+pkgver=2.0.6
+pkgrel=1
pkgdesc="A modern and intuitive terminal-based text editor"
arch=('x86_64' 'i686')
url="https://github.com/zyedidia/micro"
@@ -27,8 +27,8 @@ source=("https://raw.githubusercontent.com/zyedidia/micro/master/assets/packagin
sha256sums=('e753edc9899152ab1c70926b8f096d0bdcd1efa9213dd27fcef2e0b85236153e'
'3fd83fda3c2a6711edbc5e4158db5ba0898e8b59760d30f8e3bce7642e071be7'
'88686fe20569951f401191c0cf232e1d4a915b549137127681b7b1c5a9c30a2b')
-sha256sums_x86_64=('4f159a4b8a08c48559bd94b3aacdca9a6188af0f9919fec61e01dde44f0f4fa0')
-sha256sums_i686=('6b60ca069e9b28d1d8ddb3d70a191bab8a588b5eb8903b1fab794789521bf37d')
+sha256sums_x86_64=('af330834fd2f6ce0ab11515f36d07658b8ec0e1959fcaea6f7e29d8ba49d4c87')
+sha256sums_i686=('a6db6c6a1dbefec939137b754e88741d47ffd9aa8e8ca3f94088eb6889f72590')
package(){
install -Dm755 "${srcdir}/${pkgname%-*}-${pkgver}/${pkgname%-*}" "${pkgdir}/usr/bin/${pkgname%-*}"