# global data for all spells in grimoire
# all relevant spells can now be updated by changing the appropriate values in this file.

# frameworks stuff
if [[ -z $VERSION ]];then
         VERSION=6.21.0
#else
fi
              VX=${VERSION%.?}

          BRANCH=stable

          SOURCE=$SPELL-$VERSION.tar.xz
         SOURCE2=$SOURCE.sig
#      SOURCE_URL=https://download.kde.org/$BRANCH/frameworks/$VERSION/$SOURCE
      SOURCE_URL=https://download.kde.org/$BRANCH/frameworks/$VX/$SOURCE
#      SOURCE_URL=http://embra.edinburghlinux.co.uk/~jr/tmp/frameworks-$VERSION/$SOURCE
  SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
      SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
#        WEB_SITE=https://apps.kde.org/frameworks
        WEB_SITE=https://invent.kde.org/frameworks
