summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorimlonghao2021-02-09 04:23:24 +0000
committerimlonghao2021-02-09 04:23:24 +0000
commitcec9b99e5dd341b65d67c0cf7f7f9b2e8fe4eb3f (patch)
treee6a5452169ea11f967f022f94bb808dc958293ca
parentede61dc0ffcce185116e803373ba330101ca6ee9 (diff)
downloadaur-cec9b99e5dd341b65d67c0cf7f7f9b2e8fe4eb3f.tar.gz
New version 3.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54a7a5e8f0c8..f567a501eb1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = terminal-to-html
pkgdesc = Converts arbitrary shell output (with ANSI) into beautifully rendered HTML
- pkgver = 3.6.0
+ pkgver = 3.6.1
pkgrel = 1
url = https://github.com/buildkite/terminal-to-html
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = terminal-to-html
depends = glibc
provides = terminal-to-html
conflicts = terminal-to-html
- source = terminal-to-html-3.6.0.tar.gz::https://github.com/buildkite/terminal-to-html/archive/v3.6.0.tar.gz
- sha256sums = badaefb7ee921a65cb9d32428227e597c0fbe4770032af1bc81421c7bed81395
+ source = terminal-to-html-3.6.1.tar.gz::https://github.com/buildkite/terminal-to-html/archive/v3.6.1.tar.gz
+ sha256sums = d1c27b0f37bde7615de43f5a9eed10636e7ec9f9f79b97a096fbf172acdc4e71
pkgname = terminal-to-html
diff --git a/PKGBUILD b/PKGBUILD
index a39b09474f19..756f8eb2c562 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hao Long <aur@esd.cc>
pkgname=terminal-to-html
-pkgver=3.6.0
+pkgver=3.6.1
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=('badaefb7ee921a65cb9d32428227e597c0fbe4770032af1bc81421c7bed81395')
+sha256sums=('d1c27b0f37bde7615de43f5a9eed10636e7ec9f9f79b97a096fbf172acdc4e71')
build() {
cd ${pkgname}-${pkgver}