summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b572249269c..012ef531bdde 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = ubports-installer
pkgdesc = Install Ubuntu Touch on Your Device
- pkgver = 0.1.11_beta
- pkgrel = 2
+ pkgver = 0.1.21_beta
+ pkgrel = 1
epoch = 1
- url = https://ubports.com/ubuntu-touch/get-ut
+ url = https://ubuntu-touch.io/get-ut
install = ubports-installer.install
arch = x86_64
license = GPL3
- source = https://github.com/ubports/ubports-installer/releases/download/0.1.11-beta/ubports-installer_0.1.11-beta_amd64.deb
+ source = https://github.com/ubports/ubports-installer/releases/download/0.1.21-beta/ubports-installer_0.1.21-beta_amd64.deb
md5sums = e05ba3e93c12bfe12590f779dcb26fc0
pkgname = ubports-installer
diff --git a/PKGBUILD b/PKGBUILD
index 11c26ea64a08..a4764bb0645e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Bruce Zhang <zttt183525594@gmail.com>
pkgname=ubports-installer
-_pkgcode=0.1.11
+_pkgcode=0.1.21
_pkgstate=beta
pkgver=${_pkgcode}_${_pkgstate}
_pkgver=${_pkgcode}-${_pkgstate}
-pkgrel=2
+pkgrel=1
epoch=1
pkgdesc="Install Ubuntu Touch on Your Device"
arch=('x86_64')
-url="https://ubports.com/ubuntu-touch/get-ut"
+url="https://ubuntu-touch.io/get-ut"
license=('GPL3')
makedepends=()
depends=()