summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2323df26c9df..f198d8c46ecd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = podsync-bin
pkgdesc = Turn YouTube or Vimeo channels, users, or playlists into podcast feeds
- pkgver = 2.2.2
+ pkgver = 2.4.0
pkgrel = 1
url = https://github.com/mxpv/podsync
arch = x86_64
license = MIT
provides = podsync
- source = podsync-bin-2.2.2.tar.gz::https://github.com/mxpv/podsync/releases/download/v2.2.2/Podsync_2.2.2_Linux_x86_64.tar.gz
- sha256sums = 37e469fbb7592840ea6fd35815402a5b287068cbc8921f504c5629a74d592f29
+ source = podsync-bin-2.4.0.tar.gz::https://github.com/mxpv/podsync/releases/download/v2.4.0/Podsync_2.4.0_Linux_x86_64.tar.gz
+ sha256sums = 26eb0937356555df1a9d9b036505299caac144c1f6aef6e17b763c877b70913c
pkgname = podsync-bin
diff --git a/PKGBUILD b/PKGBUILD
index f50503c27a7d..e0b00f7f9760 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=podsync-bin
-pkgver=2.2.2
+pkgver=2.4.0
pkgrel=1
pkgdesc="Turn YouTube or Vimeo channels, users, or playlists into podcast feeds"
arch=('x86_64')
@@ -9,10 +9,10 @@ url='https://github.com/mxpv/podsync'
license=('MIT')
provides=('podsync')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mxpv/podsync/releases/download/v${pkgver}/Podsync_${pkgver}_Linux_x86_64.tar.gz")
-sha256sums=('37e469fbb7592840ea6fd35815402a5b287068cbc8921f504c5629a74d592f29')
+sha256sums=('26eb0937356555df1a9d9b036505299caac144c1f6aef6e17b763c877b70913c')
package() {
install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
install -Dm644 *.md -t "${pkgdir}/usr/share/doc/${pkgname}"
install -Dm644 podsync "${pkgdir}/usr/bin/podsync"
-} \ No newline at end of file
+}