update_kernel.sh: apt can't find ti-sgx-es8-modules-3.8.13-bone72

Hi,
I’m trying to run /opt/scripts/tools/update_kernel.sh to update the kernel on my Beaglebone Blacks, however recently I have been getting the following error:

E: Unable to locate package ti-sgx-es8-modules-3.8.13-bone72
E: Couldn’t find any package by regex ‘ti-sgx-es8-modules-3.8.13-bone72’

Any ideas? The full output of the command is printed below.

debian@beaglebone:~$ cat /etc/dogtag
BeagleBoard.org Debian Image 2015-03-01

Many thanks,
Ezra.

/opt/scripts/tools/update_kernel.sh output:
syncing local clock to pool.ntp.org
info: checking archive
2015-07-01 09:47:19 URL:https://rcn-ee.com/repos/latest/wheezy-armhf/LATEST-omap-psp [114/114] → “LATEST-omap-psp” [1]
info: you are running: [3.8.13-bone70], latest is: [3.8.13-bone72] updating…
Hit http://repos.rcn-ee.com wheezy Release.gpg
Hit http://repos.rcn-ee.com wheezy Release
Hit http://repos.rcn-ee.com wheezy/main armhf Packages
Hit http://ftp.uk.debian.org wheezy Release.gpg
Get:1 http://ftp.uk.debian.org wheezy-updates Release.gpg [1,554 B]
Hit http://security.debian.org wheezy/updates Release.gpg
Hit http://ftp.uk.debian.org wheezy Release
Hit http://security.debian.org wheezy/updates Release
Get:2 http://ftp.uk.debian.org wheezy-updates Release [131 kB]
Hit http://ftp.uk.debian.org wheezy/main armhf Packages
Hit http://ftp.uk.debian.org wheezy/contrib armhf Packages
Hit http://ftp.uk.debian.org wheezy/non-free armhf Packages
Hit http://security.debian.org wheezy/updates/main armhf Packages
Hit http://security.debian.org wheezy/updates/contrib armhf Packages
Get:3 http://ftp.uk.debian.org wheezy-updates/main armhf Packages [4,895 B]
Get:4 http://ftp.uk.debian.org wheezy-updates/contrib armhf Packages [20 B]
Get:5 http://ftp.uk.debian.org wheezy-updates/non-free armhf Packages [20 B]
Hit http://security.debian.org wheezy/updates/non-free armhf Packages
Fetched 137 kB in 13s (10.3 kB/s)
Reading package lists… Done
Checking dpkg…
Checking apt-cache…
debug: reinstalling: [linux-image-3.8.13-bone72]
Reading package lists… Done
Building dependency tree
Reading state information… Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 17.6 MB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://repos.rcn-ee.com/debian/ wheezy/main linux-image-3.8.13-bone72 armhf 1wheezy [17.6 MB]
Fetched 17.6 MB in 8s (2,137 kB/s)
(Reading database … 51973 files and directories currently installed.)
Preparing to replace linux-image-3.8.13-bone72 1wheezy (using …/linux-image-3.8.13-bone72_1wheezy_armhf.deb) …
Unpacking replacement linux-image-3.8.13-bone72 …
Setting up linux-image-3.8.13-bone72 (1wheezy) …
update-initramfs: Generating /boot/initrd.img-3.8.13-bone72
Reading package lists… Done
Building dependency tree
Reading state information… Done
mt7601u-modules-3.8.13-bone72 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package ti-sgx-es8-modules-3.8.13-bone72
E: Couldn’t find any package by regex ‘ti-sgx-es8-modules-3.8.13-bone72’

Sorry fixed..

https://github.com/RobertCNelson/boot-scripts/commit/1c3b720d7ffd7a5c0574c599f871bb002a3ac280

3.8.13 doesn't have sgx modules in the repo..

Regards,