Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / tlp
Commits:
92a3e5ee by Lukas Fleischer at 2025-02-18T10:28:04-08:00
upgpkg: 1.8.0-1: update to 1.8.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = tlp
- pkgver = 1.7.0
+ pkgver = 1.8.0
pkgrel = 1
url = https://linrunner.de/en/tlp/tlp.html
install = tlp.install
arch = any
license = GPL2
makedepends = git
- source =
git+https://github.com/linrunner/TLP.git#tag=c0ab2c7e44456dfd6f590b7157d167b0d0b8ac0c
- sha256sums =
81eecf1ad37e77abf11c033bf75413b316c8bf614d1c2833fe0c407ef44caec5
+ source =
git+https://github.com/linrunner/TLP.git#tag=f6e2628bbfaa378d9a408e0a63bc58c01ad81384
+ sha256sums =
8e92195fb9ed8efea685625c246f74cab44c4417157bf9cda43d843654c0f35c
pkgname = tlp
pkgdesc = Linux Advanced Power Management
=====================================
PKGBUILD
=====================================
@@ -6,15 +6,15 @@ pkgname=(
tlp
tlp-rdw
)
-pkgver=1.7.0
+pkgver=1.8.0
pkgrel=1
arch=(any)
url=https://linrunner.de/en/tlp/tlp.html
license=(GPL2)
makedepends=(git)
-_tag=c0ab2c7e44456dfd6f590b7157d167b0d0b8ac0c
+_tag=f6e2628bbfaa378d9a408e0a63bc58c01ad81384
source=(git+https://github.com/linrunner/TLP.git#tag=${_tag})
-sha256sums=('81eecf1ad37e77abf11c033bf75413b316c8bf614d1c2833fe0c407ef44caec5')
+sha256sums=('8e92195fb9ed8efea685625c246f74cab44c4417157bf9cda43d843654c0f35c')
install=tlp.install
pkgver() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tlp/-/commit/92a3e5ee80a02f54c34b5cbfcdde6bd46fbf2f17
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tlp/-/commit/92a3e5ee80a02f54c34b5cbfcdde6bd46fbf2f17
You're receiving this email because of your account on gitlab.archlinux.org.