Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
tailspin
Commits:
dd46dff7 by Caleb Maclennan at 2024-10-12T22:37:53+03:00
upgpkg: 4.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,12 @@
pkgbase = tailspin
pkgdesc = A log file highlighter
- pkgver = 3.0.2
+ pkgver = 4.0.0
pkgrel = 1
url = https://github.com/bensadeh/tailspin
arch = x86_64
license = MIT
makedepends = cargo
- source =
tailspin-3.0.2.tar.gz::https://github.com/bensadeh/tailspin/archive/3.0.2/tailspin-3.0.2.tar.gz
- sha256sums =
6a54127187fc894ca5c58d0f65108769c9c2ac022185f29b87818aaa4150ed0b
+ source =
tailspin-4.0.0.tar.gz::https://github.com/bensadeh/tailspin/archive/4.0.0/tailspin-4.0.0.tar.gz
+ sha256sums =
f13ab53eb3bd59733d3fe53a6f03dd42be3801eef7456155f520139036ffb865
pkgname = tailspin
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Justin ! <[email protected]>
pkgname=tailspin
-pkgver=3.0.2
+pkgver=4.0.0
pkgrel=1
pkgdesc='A log file highlighter'
url="https://github.com/bensadeh/$pkgname"
@@ -12,7 +12,7 @@ license=('MIT')
makedepends=('cargo')
_archive="$pkgname-$pkgver"
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver/$_archive.tar.gz")
-sha256sums=('6a54127187fc894ca5c58d0f65108769c9c2ac022185f29b87818aaa4150ed0b')
+sha256sums=('f13ab53eb3bd59733d3fe53a6f03dd42be3801eef7456155f520139036ffb865')
prepare() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tailspin/-/commit/dd46dff722c3f3e54fd3361118aa214f2f8e6290
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tailspin/-/commit/dd46dff722c3f3e54fd3361118aa214f2f8e6290
You're receiving this email because of your account on gitlab.archlinux.org.