summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMidov2017-06-05 13:13:11 +0200
committerMidov2017-06-05 13:13:11 +0200
commit6a3972b6b1d8c675f734760a2c189431203ced64 (patch)
tree1ccac1e5b9961c33d4f8d53187a6fbef9ea16202 /PKGBUILD
parentd1b951b0fb8d48e68f272008fbe6eafbbfc1b8e9 (diff)
downloadaur-6a3972b6b1d8c675f734760a2c189431203ced64.tar.gz
v1.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6928f28548da..e785cac7c53b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Midov <midov at midov dot pl>
pkgname=gotty-bin
-pkgver=0.0.13
+pkgver=1.0.0
pkgrel=1
pkgdesc="Simple command line tool that turns your CLI tools into web applications."
url="https://github.com/yudai/gotty"
@@ -9,9 +9,9 @@ license=('MIT')
source_i686=(https://github.com/yudai/gotty/releases/download/v${pkgver}/gotty_linux_386.tar.gz)
source_x86_64=(https://github.com/yudai/gotty/releases/download/v${pkgver}/gotty_linux_amd64.tar.gz)
source_arm=(https://github.com/yudai/gotty/releases/download/v${pkgver}/gotty_linux_arm.tar.gz)
-md5sums_i686=('63a1888674c9e8000e76e46a63e51a8b')
-md5sums_x86_64=('b4e22fe8574521154e37a4fe93b4d403')
-md5sums_arm=('cc13f3b2a1ec91d934d03736c61fdd15')
+md5sums_i686=('5621b2376a03a4ec6223d17ed7931699')
+md5sums_x86_64=('4b13c53c3991310d5ef2dbdd70ee1284')
+md5sums_arm=('7120937f7935820692c8c9f6aef3e3d1')
package() {
install -Dm755 "${srcdir}/gotty" "${pkgdir}/usr/bin/gotty"