summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorimlonghao2021-01-25 15:31:59 +0000
committerimlonghao2021-01-25 15:31:59 +0000
commitede61dc0ffcce185116e803373ba330101ca6ee9 (patch)
tree6d5264374b72930bd1768a787b7ce885930ec8d5 /PKGBUILD
parenta4a746caaf171ddff850ee4d0fd6febaf6846ad6 (diff)
downloadaur-ede61dc0ffcce185116e803373ba330101ca6ee9.tar.gz
New version 3.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a68aaa28132..a39b09474f19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hao Long <aur@esd.cc>
pkgname=terminal-to-html
-pkgver=3.5.0
+pkgver=3.6.0
pkgrel=1
pkgdesc="Converts arbitrary shell output (with ANSI) into beautifully rendered HTML"
arch=("x86_64" "i686")
@@ -12,7 +12,7 @@ conflicts=('terminal-to-html')
depends=('glibc')
makedepends=('go' 'go-bindata')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('51e8c03c2a078030ddb0e2bd2b399c543545b4664413d3494076042d56d23793')
+sha256sums=('badaefb7ee921a65cb9d32428227e597c0fbe4770032af1bc81421c7bed81395')
build() {
cd ${pkgname}-${pkgver}