Browse Source

Merge pull request #7623 from jefferyto/slide-switch-0.9.3

slide-switch: update to latest version
lilik-openwrt-22.03
Ted Hess 6 years ago
committed by GitHub
parent
commit
37ca20a06c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      utils/slide-switch/Makefile

+ 3
- 3
utils/slide-switch/Makefile View File

@ -8,15 +8,15 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=slide-switch
PKG_VERSION:=0.9.2
PKG_VERSION:=0.9.3
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/jefferyto/openwrt-slide-switch.git
PKG_SOURCE_VERSION:=234293255f919cc00dc799f4729401e91b5091c9
PKG_SOURCE_VERSION:=c43b6184292dc60949aa22e2b1730ced9fe34a49
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(call version_abbrev,$(PKG_SOURCE_VERSION)).tar.xz
PKG_MIRROR_HASH:=ca405699c826428a13b174d5ec70c8b60fdde6467184b1fa0a09df3643bf24d3
PKG_MIRROR_HASH:=9ba1b8c978d14b7b70fa61fbf14513ef508a7dbb2a75638088532e4258de6a1b
PKG_BUILD_PARALLEL:=1
PKG_FIXUP:=autoreconf


Loading…
Cancel
Save