summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuna Jernberg2024-01-16 13:38:31 +0000
committerLuna Jernberg2024-01-16 13:38:31 +0000
commitb639d513999c7e7eec534e87d10f50ac0ed669b6 (patch)
treed13678c7ef075691d524e5a837dfdc48fbea43bd
parent6ba54418b06f17295ef1f3ce6f994a6f7fe6aef4 (diff)
downloadaur-b639d513999c7e7eec534e87d10f50ac0ed669b6.tar.gz
4.3 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b758525fc076..1f252c222b3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hypnotix
pkgdesc = An IPTV streaming application with support for live TV, movies and series.
- pkgver = 4.2
+ pkgver = 4.3
pkgrel = 1
url = https://github.com/linuxmint/hypnotix
arch = any
@@ -17,7 +17,7 @@ pkgbase = hypnotix
depends = python-unidecode
depends = xapp
depends = yt-dlp
- source = hypnotix-4.2.tar.gz::https://github.com/linuxmint/hypnotix/archive/refs/tags/4.2.tar.gz
- sha256sums = edb9b72aca609ab861703cbb880fb778bc882264119337aaf4444e7de8648d3c
+ source = hypnotix-4.3.tar.gz::https://github.com/linuxmint/hypnotix/archive/refs/tags/4.3.tar.gz
+ sha256sums = 164360e61500a2b57f68dad59c873c2cd84bf60ae9071961c58e3256272dfe9e
pkgname = hypnotix
diff --git a/PKGBUILD b/PKGBUILD
index c678187a614e..761783256a64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Luna Jernberg <droidbittin@gmail.com>
pkgname=hypnotix
-pkgver=4.2
+pkgver=4.3
pkgrel=1
pkgdesc="An IPTV streaming application with support for live TV, movies and series."
arch=('any')
@@ -26,7 +26,7 @@ depends=(
'yt-dlp'
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('edb9b72aca609ab861703cbb880fb778bc882264119337aaf4444e7de8648d3c')
+sha256sums=('164360e61500a2b57f68dad59c873c2cd84bf60ae9071961c58e3256272dfe9e')
prepare() {
cd "$pkgname-$pkgver"