Can't upgrade ZoneMinder to 1.33.x

Forum for questions and support relating to 1.33.x development only.
Locked
Brunes
Posts: 4
Joined: Thu Nov 28, 2019 1:19 pm

Can't upgrade ZoneMinder to 1.33.x

Post by Brunes »

Hi,

I have a problem with upgrading ZoneMinder on my Raspberry. My OS is raspbian buster. I followed https://wiki.zoneminder.com/Debian_10_B ... pro_Master

My sources.list

Code: Select all

#deb http://http.debian.net/debian jessie-backports main
deb http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
#deb-src http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi
#deb http://www.deb-multimedia.org stretch main non-free
#deb http://deb.debian.org/debian experimental main
#deb http://deb.debian.org/debian sid main
#deb https://zmrepo.zoneminder.com/debian/release stretch/
deb https://zmrepo.zoneminder.com/debian/master buster/
and after

Code: Select all

root@RPiHome:/etc/apt# apt update
Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease
Hit:2 http://archive.raspberrypi.org/debian buster InRelease
Ign:3 https://zmrepo.zoneminder.com/debian/master buster/ InRelease
Hit:4 https://zmrepo.zoneminder.com/debian/master buster/ Release
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
root@RPiHome:/etc/apt# apt upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@RPiHome:/etc/apt# apt install zoneminder
Reading package lists... Done
Building dependency tree
Reading state information... Done
zoneminder is already the newest version (1.32.3-2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
why I can't upgrade to 1.33?

Thanks for answer.
User avatar
iconnor
Posts: 2900
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: Can't upgrade ZoneMinder to 1.33.x

Post by iconnor »

Our automated builds are only building for amd64 at this time.

I'll kick off a manual build
Brunes
Posts: 4
Joined: Thu Nov 28, 2019 1:19 pm

Re: Can't upgrade ZoneMinder to 1.33.x

Post by Brunes »

Okay thanks, and what i need to do?
Locked