makedeb
An alternative private front-end to Reddit
Click here to go back to the commit logs for libreddit-bin.
Hash: 1459a6d411c47ee696d6afc568e319aa42fd1c74
Message: Updated to Version v0.14.12
Signed-off-by: SZanko <szanko@protonmail.com>
diff --git a/.SRCINFO b/.SRCINFO
index be0fb1f..d1dfcd9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libreddit-bin
pkgdesc = An alternative private front-end to Reddit
- pkgver = 0.14.11
- pkgrel = 2
+ pkgver = 0.14.12
+ pkgrel = 1
url = https://github.com/spikecodes/libreddit
arch = x86_64
license = AGPL
@@ -10,10 +10,10 @@ pkgbase = libreddit-bin
conflicts = libreddit
options = !strip
options = !emptydirs
- source = libreddit-0.14.11::https://github.com/spikecodes/libreddit/releases/download/v0.14.11/libreddit
- source = https://raw.githubusercontent.com/spikecodes/libreddit/v0.14.11/contrib/libreddit.service
- source = https://raw.githubusercontent.com/spikecodes/libreddit/v0.14.11/contrib/libreddit.conf
- sha512sums = 958f93f93afa71d11c45574daf26fc02722e4b5f6f863e105b76e4e74f056c9b941ebee335f813f2380af38912d2cd35bc3affce04549fddae4b01539ba27832
+ source = libreddit-0.14.12::https://github.com/spikecodes/libreddit/releases/download/v0.14.12/libreddit
+ source = https://raw.githubusercontent.com/spikecodes/libreddit/v0.14.12/contrib/libreddit.service
+ source = https://raw.githubusercontent.com/spikecodes/libreddit/v0.14.12/contrib/libreddit.conf
+ sha512sums = 39d96bc466448e605313a2ff07ac486e946305062f861ae64bcc15f0a71e184b021970aaeaab5717ca9f1bef58c2c435039d1598be0a7a2f40b6b4e28b94a3c9
sha512sums = 13f92ce4b522b9de3ca80518d0f0212808c497d0d428518697149f8737bec6d4d02f616af81fa67475c60fc87d6373c9af573ed3624ba352736587c25ef5e55e
sha512sums = 5dd9ad006cb628559d1b906d5e5874179a14d481be99bc4f5d3407a160a9729eb4fe87d9dae51f68cbc98c56ad13dcaebb350765c798b57aade794ba333ba5e7
diff --git a/PKGBUILD b/PKGBUILD
index 48f7ea9..e58aac1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=libreddit
pkgname=${_pkgname}-bin
-pkgver=0.14.11
-pkgrel=2
+pkgver=0.14.12
+pkgrel=1
pkgdesc='An alternative private front-end to Reddit'
arch=('x86_64')
url="https://github.com/spikecodes/libreddit"
@@ -15,7 +15,7 @@ source=(
"https://raw.githubusercontent.com/spikecodes/${_pkgname}/v${pkgver}/contrib/${_pkgname}.service"
"https://raw.githubusercontent.com/spikecodes/${_pkgname}/v${pkgver}/contrib/${_pkgname}.conf")
sha512sums=(
- '958f93f93afa71d11c45574daf26fc02722e4b5f6f863e105b76e4e74f056c9b941ebee335f813f2380af38912d2cd35bc3affce04549fddae4b01539ba27832'
+ '39d96bc466448e605313a2ff07ac486e946305062f861ae64bcc15f0a71e184b021970aaeaab5717ca9f1bef58c2c435039d1598be0a7a2f40b6b4e28b94a3c9'
'13f92ce4b522b9de3ca80518d0f0212808c497d0d428518697149f8737bec6d4d02f616af81fa67475c60fc87d6373c9af573ed3624ba352736587c25ef5e55e'
'5dd9ad006cb628559d1b906d5e5874179a14d481be99bc4f5d3407a160a9729eb4fe87d9dae51f68cbc98c56ad13dcaebb350765c798b57aade794ba333ba5e7'
)