Well it's easy enough to get the URL for the packs with curl, was just wondering for the sake of simplicity. If you're running linux then you can make a quick bash script to do the updating with something along the lines of:
#!/bin/bash
SERVICE='ftbserver.jar'...