summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorimlonghao2023-08-27 02:51:25 +0000
committerimlonghao2023-08-27 02:51:25 +0000
commit2e9ab1a6b34fa77f66f43f32adda3f179ede953a (patch)
tree7f0b983f1b585cd8e75853f41548388c239de4b7
parente251ce6f26ed30f3cf9d3b85a67face8d7ab49a8 (diff)
downloadaur-2e9ab1a6b34fa77f66f43f32adda3f179ede953a.tar.gz
new version 3.9.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71902d37144e..5683311ae3e6 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.8.0
+ pkgver = 3.9.1
pkgrel = 1
url = https://github.com/buildkite/terminal-to-html
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = terminal-to-html
depends = glibc
provides = terminal-to-html
conflicts = terminal-to-html
- source = terminal-to-html-3.8.0.tar.gz::https://github.com/buildkite/terminal-to-html/archive/v3.8.0.tar.gz
- b2sums = 20057698733fed48936c76b637097e63e3f8cb067679f8c473a5f7815d5a57dcc6b765eaf219a213960c609cf444ed43723c4dab0471e0c745da627e559663d3
+ source = terminal-to-html-3.9.1.tar.gz::https://github.com/buildkite/terminal-to-html/archive/v3.9.1.tar.gz
+ b2sums = adc36bd1f5e1ce70498dd72e933f0802f93e616e005eabdf0303e6e89f6dd438f3d9eb1234b173ffc459c4b80267eaab462d18bf6ebe2812549275a4846f8ef0
pkgname = terminal-to-html
diff --git a/PKGBUILD b/PKGBUILD
index eedfd0234c8e..74eaf4bd8499 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hao Long <aur@esd.cc>
pkgname=terminal-to-html
-pkgver=3.8.0
+pkgver=3.9.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")
-b2sums=('20057698733fed48936c76b637097e63e3f8cb067679f8c473a5f7815d5a57dcc6b765eaf219a213960c609cf444ed43723c4dab0471e0c745da627e559663d3')
+b2sums=('adc36bd1f5e1ce70498dd72e933f0802f93e616e005eabdf0303e6e89f6dd438f3d9eb1234b173ffc459c4b80267eaab462d18bf6ebe2812549275a4846f8ef0')
build() {
cd ${pkgname}-${pkgver}