summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSonic-Y3k2017-08-12 07:12:55 +0200
committerSonic-Y3k2017-08-12 07:12:55 +0200
commit6270cde1586a66d34e7887ecaaee4dc943cecfd9 (patch)
tree306cd006de475abb880311661f3ee166ae33fdba
parent54d803411fb4ab73d5fbe11c721554387bad8725 (diff)
downloadaur-6270cde1586a66d34e7887ecaaee4dc943cecfd9.tar.gz
Update to 0.9.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ecda465d82e6..e2ad17bc73d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = plex-email
pkgdesc = This script aggregates all new TV and movie releases for the past x days then writes to your web directory and sends out an email.
- pkgver = 0.8.7
+ pkgver = 0.9.3
pkgrel = 1
url = https://github.com/jakewaldron/PlexEmail
install = plex-email.install
@@ -12,11 +12,11 @@ pkgbase = plex-email
provides = plex-email
conflicts = plex-email-git
backup = etc/plex-email/config.conf
- source = plex-email-0.8.7.tar.gz::https://github.com/jakewaldron/PlexEmail/archive/v0.8.7.tar.gz
+ source = plex-email-0.9.3.tar.gz::https://github.com/jakewaldron/PlexEmail/archive/v0.9.3.tar.gz
source = plex-email.service
source = plex-email.timer
source = apache.example.conf
- sha256sums = 44541dc423e87b9a320fd3ee48c4f7a64a4709c74ecaf4f7e9a74684699cb9db
+ sha256sums = 4a72c9cca7522fa4da5bf77ba4daffc776d9fb1d157e3c8a386310fdc3234514
sha256sums = b3ccb77b457fa61671356f3018d565e4e40e9a7f999df255245b905afc6b38fa
sha256sums = 71709fa4a62b50f9a2353dacedc3b63f11d3305fd6d3346de9bac48358dde801
sha256sums = a0622fce81068e495a29928f93f3ba1f0e214111c8dd6370ae51cf6fc158c78c
diff --git a/PKGBUILD b/PKGBUILD
index 8b77e0cc2a37..4525956c2a17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sonic-Y3k <sonic.y3k@googlemail.com>
pkgname=plex-email
-pkgver=0.8.7
+pkgver=0.9.3
pkgrel=1
pkgdesc="This script aggregates all new TV and movie releases for the past x days then writes to your web directory and sends out an email."
arch=('any')
@@ -13,7 +13,7 @@ provides=("plex-email")
install="plex-email.install"
backup=("etc/plex-email/config.conf")
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz" 'plex-email.service' 'plex-email.timer' 'apache.example.conf')
-sha256sums=('44541dc423e87b9a320fd3ee48c4f7a64a4709c74ecaf4f7e9a74684699cb9db'
+sha256sums=('4a72c9cca7522fa4da5bf77ba4daffc776d9fb1d157e3c8a386310fdc3234514'
'b3ccb77b457fa61671356f3018d565e4e40e9a7f999df255245b905afc6b38fa'
'71709fa4a62b50f9a2353dacedc3b63f11d3305fd6d3346de9bac48358dde801'
'a0622fce81068e495a29928f93f3ba1f0e214111c8dd6370ae51cf6fc158c78c')