diff options
-rw-r--r-- | .SRCINFO | 4 | ||||
-rwxr-xr-x | PKGBUILD | 6 |
2 files changed, 5 insertions, 5 deletions
@@ -1,7 +1,7 @@ pkgbase = hotdog pkgdesc = X11 Window Manager with Windows 3.1 Hot Dog Stand, Amiga Workbench, Atari ST GEM, Mac Classic and Aqua UI pkgver = 20240222 - pkgrel = 2 + pkgrel = 3 url = https://github.com/arthurchoung/HOTDOG arch = x86_64 license = GPL3 @@ -10,7 +10,7 @@ pkgbase = hotdog depends = perl optdepends = compton: Aqua mode window drop shadows optdepends = feh: Aqua mode wallpaper - source = https://fmamp.com/download/HOTDOGbuntu_20240222_amd64.deb + source = https://8bitoperahouse.com/download/HOTDOGbuntu_20240222_amd64.deb md5sums = 90dc579b124f9bc481dddbe1fd7cbaa7 sha256sums = 56ce2f715daedcbef03b332d87963763bf44db8bc44fb8726829162b2548a353 @@ -1,7 +1,7 @@ # Maintainer: sunplan pkgname=hotdog pkgver=20240222 -pkgrel=2 +pkgrel=3 pkgdesc='X11 Window Manager with Windows 3.1 Hot Dog Stand, Amiga Workbench, Atari ST GEM, Mac Classic and Aqua UI' arch=('x86_64') url='https://github.com/arthurchoung/HOTDOG' @@ -15,8 +15,8 @@ optdepends=( 'compton: Aqua mode window drop shadows' 'feh: Aqua mode wallpaper' ) -source=("https://fmamp.com/download/HOTDOGbuntu_${pkgver}_amd64.deb") -md5sums=($(curl "https://fmamp.com/download/HOTDOGbuntu_${pkgver}_amd64.deb.md5" | cut -f1 -d' ')) +source=("https://8bitoperahouse.com/download/HOTDOGbuntu_${pkgver}_amd64.deb") +md5sums=($(curl "https://8bitoperahouse.com/download/HOTDOGbuntu_${pkgver}_amd64.deb.md5" | cut -f1 -d' ')) sha256sums=('56ce2f715daedcbef03b332d87963763bf44db8bc44fb8726829162b2548a353') package() { |