diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-13 11:37:43 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-13 12:01:28 -0300 |
commit | 8f3ccd62970667a47a54701a8ea40c6f0a35c211 (patch) | |
tree | 6b9490aa9d908be7346a8c9eaabb755533e20168 | |
parent | 861b326347a83175c941bc8387aea03cefc630ad (diff) | |
download | aports-8f3ccd62970667a47a54701a8ea40c6f0a35c211.tar.bz2 aports-8f3ccd62970667a47a54701a8ea40c6f0a35c211.tar.xz |
testing/micro: upgrade to 2.0.1
-rw-r--r-- | testing/micro/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/micro/APKBUILD b/testing/micro/APKBUILD index c5119233e1..282ef7ccf9 100644 --- a/testing/micro/APKBUILD +++ b/testing/micro/APKBUILD @@ -1,12 +1,12 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: pkgname=micro -pkgver=2.0.0 +pkgver=2.0.1 pkgrel=0 # This will need to be updated along with version as it cannot currently be # obtained from the tarball, and is necessary if the user is to make error # reports upsteam. -_commithash=5f6095b0e09b644efb24b58f87b1dda4244e2e8c +_commithash=7c71995aaf56113a0c23f30829f52b43a6d8376e pkgdesc="A modern and intuitive terminal-based text editor" url="https://micro-editor.github.io/" options="!check chmod-clean" @@ -38,4 +38,4 @@ package() { install -Dm644 "$builddir"/assets/micro-solarized.png "$pkgdir"/usr/share/pixmaps/micro.png } -sha512sums="8560d0adfd6a96bc081eedfb3e79dfea7ecb56d08f05fe4de8fbe561c455c44f83efcac048997ce5e8ccccabddef81818731ac60931bf639e57dc8a7552ba12f micro-2.0.0.tar.gz" +sha512sums="81a4f6b350d29252c8de9774965a27d63c1cb2043064f1e2bfd88c7093985bc674dc1d67d7a37e3f56bc4e7ef939dac0b43023ef25b689e17ab19d402b2454b3 micro-2.0.1.tar.gz" |