Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated sabnzbd-testing to version 1.0.0 #2194

Merged
merged 2 commits into from
Mar 17, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cross/sabnzbd-testing/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PKG_NAME = SABnzbd
PKG_VERS = 0.8.0Beta5
PKG_VERS = 1.0.0
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS)-src.$(PKG_EXT)
PKG_DIST_SITE = http://downloads.sourceforge.net/project/sabnzbdplus/sabnzbdplus-beta/$(PKG_VERS)
PKG_DIST_SITE = https://github.com/sabnzbd/sabnzbd/releases/download/$(PKG_VERS)
PKG_DIR = $(PKG_NAME)-$(PKG_VERS)

DEPENDS =
Expand Down
6 changes: 3 additions & 3 deletions cross/sabnzbd-testing/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SABnzbd-0.8.0Beta5-src.tar.gz SHA1 9b92cc21df1852a34ad738c93ea7f9bc18293bdb
SABnzbd-0.8.0Beta5-src.tar.gz SHA256 6158477a588e3b866e583128297ba509bc2258b5a2667d5c7cffaaa0b37f5992
SABnzbd-0.8.0Beta5-src.tar.gz MD5 7905cc95a61e242db20fd0e4791e8c97
SABnzbd-1.0.0-src.tar.gz SHA1 96d85f4787ff36628eb432ebea950ef0a7ea11cb
SABnzbd-1.0.0-src.tar.gz SHA256 7573dfafd6f3b51e899f47436de0e0b3d8e83a568e2a6f0f3da0aaa1f3d4cfaa
SABnzbd-1.0.0-src.tar.gz MD5 5685c6315dbe5bb5dcf74987b8c6e4e1
6 changes: 3 additions & 3 deletions spk/sabnzbd-testing/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPK_NAME = sabnzbd-testing
SPK_VERS = 0.8.0Beta5
SPK_REV = 4
SPK_VERS = 1.0.0
SPK_REV = 5
SPK_ICON = src/sabnzbd-testing.png
DSM_UI_DIR = app
BETA = 1
Expand All @@ -15,7 +15,7 @@ DESCRIPTION_SPN = SABnzbd hace que Usenet sea lo más simple posible, automatiza
ADMIN_PORT = 8089
RELOAD_UI = yes
DISPLAY_NAME = SABnzbd Testing
CHANGELOG = "Update to 0.8.0 Beta 5"
CHANGELOG = "Update to 1.0.0"

HOMEPAGE = http://sabnzbd.org
LICENSE = GPL
Expand Down